Compare commits
2 Commits
3f0ad6963a
...
79c354f4dc
Author | SHA1 | Date | |
---|---|---|---|
79c354f4dc | |||
![]() |
7e047a952e |
@ -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