From 3e225ddce24d80eaa681dccfe73c491a4d6f25e6 Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Mon, 21 Nov 2022 12:21:21 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/file.js | 9 + .../home/detailsPageInfrastructureTreeXha.vue | 247 +++++++++++++++--- .../views/home/videoSurveillance/index.vue | 25 +- 3 files changed, 236 insertions(+), 45 deletions(-) diff --git a/front/src/api/file.js b/front/src/api/file.js index 23e6e43a..d5ae6a57 100644 --- a/front/src/api/file.js +++ b/front/src/api/file.js @@ -113,6 +113,15 @@ export function getPlaceType() { config2 ) } + +//西海岸 根据标签树查询视频列表 +export function CameraConditionPlaceType(params) { + return axios.post( + 'http://10.134.135.92:9537/data_service/getCamera/CameraConditionPlaceType', + params, + config2 + ) +} // 西海岸--获取摄像头列表的后台地址 (测试环境地址:10.134.135.92:9537) let _cameraUrl = (_global && diff --git a/front/src/views/home/detailsPageInfrastructureTreeXha.vue b/front/src/views/home/detailsPageInfrastructureTreeXha.vue index b30661cb..9ce9e429 100644 --- a/front/src/views/home/detailsPageInfrastructureTreeXha.vue +++ b/front/src/views/home/detailsPageInfrastructureTreeXha.vue @@ -1,8 +1,34 @@ diff --git a/front/src/views/home/infrastructureApplication.vue b/front/src/views/home/infrastructureApplication.vue index ddb63315..33842f48 100644 --- a/front/src/views/home/infrastructureApplication.vue +++ b/front/src/views/home/infrastructureApplication.vue @@ -2,7 +2,7 @@ * @Author: Light * @Date: 2022-11-18 11:53:43 * @LastEditors: Light - * @LastEditTime: 2022-11-19 17:15:15 + * @LastEditTime: 2022-11-21 17:51:38 * @Description: 告诉大家这是什么 -->
- +