修改切换

This commit is contained in:
2022-08-01 15:23:53 +08:00
parent 1b95362f70
commit 182409d5df
3 changed files with 23 additions and 8 deletions

View File

@@ -98,7 +98,8 @@ export default {
// equipId: this.active
}
this.$store.dispatch('setConfig', obj)
this.$router.push('/HomeScreen')
this.$router.push('/devicescreen')
// this.$router.push('/HomeScreen')
// if (this.active === '0') {
// this.$router.push('/MonitoringScreen')
// } else {