1 #146

Merged
xiaomeng merged 1 commits from pc-master into portal 2024-05-23 03:50:07 +00:00
1 changed files with 4 additions and 0 deletions

View File

@ -489,6 +489,10 @@ export default {
} else if (this.routerNow == 'imageData') {
this.$store.state.equipmentIndex = item.index
this.$router.push({ path: `/imageData?index=${item.index ? item.index : 1}` })
} else if (this.routerNow == 'videoMonitoring') {
this.$store.state.equipmentIndex = item.index
this.routerIndex = item.index
// this.$router.push({ path: `/videoMonitoring?index=${item.index ? item.index : 1}` })
} else {
if (item.deviceName == 10) {