西海岸:能力集市基础设施-左侧列表拼接status=1

This commit is contained in:
guoyue 2022-09-22 14:14:13 +08:00
parent 85b515acf8
commit 7594c9cb51
1 changed files with 1 additions and 3 deletions

View File

@ -99,9 +99,7 @@ export function getHls(params) {
} }
//- //-
export function getCameraInfoByAreaId(params) { export function getCameraInfoByAreaId(params) {
return axios.get( return axios.get(`http://10.134.135.92:9537/data_service/getCamera/getCameraInfoByAreaId?areaId=${params.areaId}&status=${params.status}`,
'http://10.134.135.92:9537/data_service/getCamera/getCameraInfoByAreaId?areaId=' +
params.areaId,
config2 config2
) )
} }