From 7594c9cb519b114dac339f4f86de19d51557f5c6 Mon Sep 17 00:00:00 2001 From: guoyue Date: Thu, 22 Sep 2022 14:14:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=EF=BC=9A=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E9=9B=86=E5=B8=82=E5=9F=BA=E7=A1=80=E8=AE=BE=E6=96=BD?= =?UTF-8?q?-=E5=B7=A6=E4=BE=A7=E5=88=97=E8=A1=A8=E6=8B=BC=E6=8E=A5status?= =?UTF-8?q?=3D1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/file.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/front/src/api/file.js b/front/src/api/file.js index be2bf1fb..7ff3cbd6 100644 --- a/front/src/api/file.js +++ b/front/src/api/file.js @@ -99,9 +99,7 @@ export function getHls(params) { } //能力集市基础设施-左侧列表 export function getCameraInfoByAreaId(params) { - return axios.get( - 'http://10.134.135.92:9537/data_service/getCamera/getCameraInfoByAreaId?areaId=' + - params.areaId, + return axios.get(`http://10.134.135.92:9537/data_service/getCamera/getCameraInfoByAreaId?areaId=${params.areaId}&status=${params.status}`, config2 ) }