Compare commits

..

No commits in common. "adba9271e6b495bcd3f6d69797403d32120842a3" and "01ba76bf30e27522717c1cd1b242397a2a007799" have entirely different histories.

View File

@ -228,11 +228,7 @@ 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) {
} else if (item.router != this.routerNow && !item.http) {
this.$router.push({ name: item.router })
}
} else {