Compare commits

...

2 Commits

Author SHA1 Message Date
孙萌
adba9271e6 Merge branch 'pc-master' of https://git.lihe-control.com/xiaomeng/wszhyWx into pc-master 2023-11-17 11:50:53 +08:00
孙萌
5f671cbff8 1 2023-11-17 11:50:46 +08:00

View File

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