From 778122d24969b6130a46ba6a728a7e93f7c046a9 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Fri, 18 Nov 2022 18:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=20=20=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E8=AE=BE=E6=96=BD=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/file.js | 12 ++- front/src/views/home/DetailsPageconetent.vue | 1 + .../views/home/videoSurveillance/index.vue | 86 +++++++++++++++---- 3 files changed, 79 insertions(+), 20 deletions(-) diff --git a/front/src/api/file.js b/front/src/api/file.js index b4f0d1ce..7abf3ed9 100644 --- a/front/src/api/file.js +++ b/front/src/api/file.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2022-04-20 17:16:35 - * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-10-26 17:57:52 + * @LastEditors: Light + * @LastEditTime: 2022-11-18 17:52:05 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -97,6 +97,14 @@ export function getHls(params) { config2 ) } +// 西海岸 POI搜索 +export function getListForPOI(params) { + return axios.get( + 'http://10.134.135.3:21009/service/lbs/coder/geocoding2?appKey=675d95594136456bb7b1434dda31953f&city=青岛&keywords=' + + params.keywords, + config2 + ) +} // 西海岸--获取摄像头列表的后台地址 (测试环境地址:10.134.135.92:9537) let _cameraUrl = diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index 7bd057a7..3b14242c 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -1959,6 +1959,7 @@ infrastructurePageXha, detailsPageInfrastructureTree, detailsPageInfrastructureTreeXha, + infrastructureApplication, }, beforeUnmount() { mybus.off('getCameraByParentId') diff --git a/front/src/views/home/videoSurveillance/index.vue b/front/src/views/home/videoSurveillance/index.vue index 7f7c128a..e2f08e96 100644 --- a/front/src/views/home/videoSurveillance/index.vue +++ b/front/src/views/home/videoSurveillance/index.vue @@ -8,23 +8,7 @@