Merge pull request '1' (#146) from pc-master into portal
Reviewed-on: #146
This commit is contained in:
commit
79c354f4dc
@ -489,6 +489,10 @@ export default {
|
|||||||
} else if (this.routerNow == 'imageData') {
|
} else if (this.routerNow == 'imageData') {
|
||||||
this.$store.state.equipmentIndex = item.index
|
this.$store.state.equipmentIndex = item.index
|
||||||
this.$router.push({ path: `/imageData?index=${item.index ? item.index : 1}` })
|
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 {
|
} else {
|
||||||
|
|
||||||
if (item.deviceName == 10) {
|
if (item.deviceName == 10) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user