pc-master #85

Merged
xiaomeng merged 2 commits from pc-master into portal 2024-01-05 10:19:30 +00:00
2 changed files with 52 additions and 10719 deletions
Showing only changes of commit 943742204b - Show all commits

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 {