西海岸:视频播放 离线(status不是1)提示当前视频离线

This commit is contained in:
guoyue 2022-09-26 16:41:09 +08:00
parent 5c6d90d912
commit cecba03c6e
1 changed files with 1 additions and 1 deletions

View File

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