丽水跳转大屏权限
This commit is contained in:
parent
478145c8e9
commit
943742204b
10768
package-lock.json
generated
10768
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -285,7 +285,8 @@ export default {
|
||||
|
||||
} else if (item.router == 'largeScreen') {
|
||||
const foundObject = this.limitUserId.find(item => item.id == 2);
|
||||
if (!foundObject) {
|
||||
const foundObject1 = this.limitUserId.find(item => item.id == 1);
|
||||
if (!foundObject || !foundObject1) {
|
||||
this.$message('您当前没有权限查看!')
|
||||
return
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user