From 74818f5abc68c2670ee3d538ea457c60919b243e Mon Sep 17 00:00:00 2001 From: chenchenzai Date: Tue, 22 Nov 2022 15:34:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/supermap/advance-init.js | 2 +- front/src/views/home/components/H5Player.vue | 43 +++++++++++++++++-- .../src/views/home/infrastructurePageXha.vue | 39 ++++++++++++++++- .../components/CameraPopupOnMap.vue | 11 +++-- .../views/home/videoSurveillance/index.vue | 10 ++--- 5 files changed, 91 insertions(+), 14 deletions(-) diff --git a/front/src/supermap/advance-init.js b/front/src/supermap/advance-init.js index 6e28c3c6..ef06a789 100644 --- a/front/src/supermap/advance-init.js +++ b/front/src/supermap/advance-init.js @@ -1675,7 +1675,7 @@ export function MapFun(mapObj) { // }) // } - //_removeLayerByLayerName(layerName) + _removeLayerByLayerName(layerName) let selectedLayerList = []; let layers = null; let clickDataList = []; diff --git a/front/src/views/home/components/H5Player.vue b/front/src/views/home/components/H5Player.vue index 8542c31c..6e262af4 100644 --- a/front/src/views/home/components/H5Player.vue +++ b/front/src/views/home/components/H5Player.vue @@ -2,7 +2,24 @@ 海康H5Player --> diff --git a/front/src/views/home/infrastructurePageXha.vue b/front/src/views/home/infrastructurePageXha.vue index 35517f96..f7acb9ef 100644 --- a/front/src/views/home/infrastructurePageXha.vue +++ b/front/src/views/home/infrastructurePageXha.vue @@ -621,8 +621,30 @@ :title="'视频监控点选择'" footer={null} > +
+
+ +
+
+ {{ userInfo.usernameShow }} +
+
+ {{ userInfo.realNameShow }} +
+
+ {{ userInfo.usernameShow }} +
+
+ {{ userInfo.realNameShow }} +
- + +
+
+ @@ -2244,6 +2266,8 @@ //地图视频操作弹窗 const operationPopupFlag = ref(false)//地图操作弹窗显示标志位 + //是否为视频选择地图弹窗 + const selectedFlag = ref(false)