diff --git a/front/src/views/home/infrastructurePageXha.vue b/front/src/views/home/infrastructurePageXha.vue
index c6d30453..c41347a3 100644
--- a/front/src/views/home/infrastructurePageXha.vue
+++ b/front/src/views/home/infrastructurePageXha.vue
@@ -643,7 +643,7 @@
{{ userInfo.realNameShow }}
-
+
@@ -2268,9 +2268,7 @@
//地图视频操作弹窗
const operationPopupFlag = ref(false)//地图操作弹窗显示标志位
- //是否为视频选择地图弹窗
- const selectedFlag = ref(false)
- //地图弹窗默认索引
+ //关闭地图弹窗重新弹窗数字显示标志位
const resetFlag = ref(false)
//地图弹窗右上角按钮关闭事件
diff --git a/front/src/views/home/videoSurveillance/components/CameraPopupOnMap.vue b/front/src/views/home/videoSurveillance/components/CameraPopupOnMap.vue
index f8b7c7af..fef7b5f4 100644
--- a/front/src/views/home/videoSurveillance/components/CameraPopupOnMap.vue
+++ b/front/src/views/home/videoSurveillance/components/CameraPopupOnMap.vue
@@ -70,10 +70,6 @@
return {}
},
},
- selectedFlag:{
- type: Boolean,
- default: false
- },
resetFlag:{
type: Boolean,
default: false
@@ -105,6 +101,7 @@
videoStream: '',
videoUrl:'', //视频预览url
defaultIndex:0,//默认显示列表中的对一个
+ selectedFlag:true
// router:useRouter()
}
},