Merge branch 'pc-master' of https://git.lihe-control.com/xiaomeng/wszhyWx into pc-master

pull/86/head
孙萌 2024-01-06 14:55:47 +08:00
commit 41e72c9a18
2 changed files with 52 additions and 10719 deletions

10768
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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 {