pull/40/head
孙萌 2023-11-17 11:50:46 +08:00
parent 7fc50fd211
commit 5f671cbff8
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 {