ga登录跳转至影像库

main
wangxiaoshuang 2025-09-12 10:07:37 +08:00
parent de04236455
commit 20847e9423
3 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ export default {
return
}
if (
this.hasPermi(['role:pm', 'role:oa', 'role:admin', 'role:dev'])
this.hasPermi(['role:pm', 'role:oa', 'role:admin', 'role:dev', 'role:ga'])
) {
history.replaceState(null, null, '/trials/trials-inspection')
history.go(0)

View File

@ -418,7 +418,7 @@ export default {
return
}
if (
this.hasPermi(['role:pm', 'role:oa', 'role:admin', 'role:dev'])
this.hasPermi(['role:pm', 'role:oa', 'role:admin', 'role:dev', 'role:ga'])
) {
history.replaceState(null, null, '/trials/trials-inspection')
history.go(0)

View File

@ -176,7 +176,7 @@ export default {
return
}
if (
this.hasPermi(['role:pm', 'role:oa', 'role:admin', 'role:dev'])
this.hasPermi(['role:pm', 'role:oa', 'role:admin', 'role:dev', 'role:ga'])
) {
history.replaceState(null, null, '/trials/trials-inspection')
history.go(0)