diff --git a/front/src/views/home/infrastructureApplication.vue b/front/src/views/home/infrastructureApplication.vue index 386cd349..df2129bb 100644 --- a/front/src/views/home/infrastructureApplication.vue +++ b/front/src/views/home/infrastructureApplication.vue @@ -118,7 +118,7 @@
{{ userInfo.realNameShow }}
- + @@ -247,7 +247,6 @@ if (item.approveStatus == '通过') { dataList.selectItem = item getVideoUrl(item.cameraInfo); - showVisible.value = true } else { dataList.selectItem = {} showVisible.value = false @@ -302,7 +301,6 @@ init() initApply() const videoUrl = ref('') - const selectedFalg = ref(true) //获取视频控件所需播放地址 const getVideoUrl = (data) =>{ let param = data; @@ -311,6 +309,7 @@ if(res.data.data){ videoUrl.value = res.data.data.url; } + showVisible.value = true }) } mybus.on('selectCamera', (obj) => {