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 ) }