ga登录跳转至影像库
parent
de04236455
commit
20847e9423
|
@ -123,7 +123,7 @@ export default {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (
|
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.replaceState(null, null, '/trials/trials-inspection')
|
||||||
history.go(0)
|
history.go(0)
|
||||||
|
|
|
@ -418,7 +418,7 @@ export default {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (
|
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.replaceState(null, null, '/trials/trials-inspection')
|
||||||
history.go(0)
|
history.go(0)
|
||||||
|
|
|
@ -176,7 +176,7 @@ export default {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (
|
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.replaceState(null, null, '/trials/trials-inspection')
|
||||||
history.go(0)
|
history.go(0)
|
||||||
|
|
Loading…
Reference in New Issue