pc-master #41

Merged
xiaomeng merged 3 commits from pc-master into portal 2023-11-17 06:29:06 +00:00
Showing only changes of commit a392c01e37 - Show all commits

View File

@ -228,6 +228,10 @@ export default {
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) {
this.$router.push({ name: item.router })
}