From 7e047a952e4617845154b8cc9a0f70d049440864 Mon Sep 17 00:00:00 2001 From: wb-zhuangyuehuang-vjzzZ Date: Thu, 23 May 2024 11:42:03 +0800 Subject: [PATCH] 1 --- src/views/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/index.vue b/src/views/index.vue index b64c7d2..772b860 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -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) {