diff --git a/front/src/views/home/infrastructurePageXha.vue b/front/src/views/home/infrastructurePageXha.vue index c41347a3..5d34cac3 100644 --- a/front/src/views/home/infrastructurePageXha.vue +++ b/front/src/views/home/infrastructurePageXha.vue @@ -618,12 +618,17 @@ wrapClassName="camera-popup" v-model:visible="operationPopupFlag" :width="1000" - :title="'视频监控点选择'" destroyOnClose footer="{null}" @cancel="handleCancel" > -
+ +
{{ userInfo.realNameShow }}
- - + +
- @@ -2267,14 +2274,14 @@ } //地图视频操作弹窗 - const operationPopupFlag = ref(false)//地图操作弹窗显示标志位 + const operationPopupFlag = ref(false) //地图操作弹窗显示标志位 //关闭地图弹窗重新弹窗数字显示标志位 const resetFlag = ref(false) //地图弹窗右上角按钮关闭事件 const handleCancel = () => { //console.log('是否关'); - resetFlag.value = true + resetFlag.value = true }