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

pull/41/head
pangdundun 2023-11-17 14:21:16 +08:00
commit a392c01e37
1 changed files with 5 additions and 1 deletions

View File

@ -228,7 +228,11 @@ export default {
this.$router.push({ path: `/realTime` })
} else if (item.router != this.routerNow && !item.http) {
} else if (item.router == 'status'&&item.routerList.indexOf(this.routerNow)!=-1) {
return
} else if (item.router != this.routerNow && !item.http) {
this.$router.push({ name: item.router })
}
} else {