From e2dfb22777084a81997163f26816b926dfac155d Mon Sep 17 00:00:00 2001 From: mbp <360013221@qq.com> Date: Tue, 15 Oct 2024 12:55:11 +0800 Subject: [PATCH] shoufeizhan video change --- .../src/views/JiHeExpressway/components/VideoMulti/index.vue | 3 ++- .../Home/components/Dialogs/RoadNetworkFacilities/index.vue | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/VideoMulti/index.vue b/ruoyi-ui/src/views/JiHeExpressway/components/VideoMulti/index.vue index a4b15945..c3ef9b4f 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/VideoMulti/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/VideoMulti/index.vue @@ -90,7 +90,8 @@ export default { async playVideo() { this.player?.destroy(); let reqCamrea = null; - if(facilityType && facilityType === 1){ //收费站单独处理 + console.log(this.facilityType) + if(this.facilityType && this.facilityType === 1){ //收费站单独处理 reqCamrea = await getNearCameraNewStation(this.pileNum).catch(() => ({})); } else { reqCamrea = await getNearCameraNew(this.pileNum).catch(() => ({})); diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RoadNetworkFacilities/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RoadNetworkFacilities/index.vue index 163a0a7d..c215f432 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RoadNetworkFacilities/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RoadNetworkFacilities/index.vue @@ -7,7 +7,7 @@
-
@@ -118,7 +118,6 @@ export default { isCameraMap:false, imgSrc:'', cameraMaps:[], - facilityType: '' }; }, watch: { @@ -189,7 +188,6 @@ export default { this.isCameraMap = false; this.cameraMaps = []; if(dData.facilityType === 1){ - this.facilityType = 1; // console.log('收费站单独处理图像') if(dData.facilityName === '大学城收费站'){ this.imgSrc = require('@screen/images/shoufeiz/大学城收费站.jpg')