Merge pull request '1' (#146) from pc-master into portal

Reviewed-on: #146
portal
xiaomeng 2024-05-23 03:50:06 +00:00
commit 79c354f4dc
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) {