左侧提交
This commit is contained in:
parent
5b8d002d5d
commit
67375932bc
|
@ -109,7 +109,7 @@ export function getListForPOI(params) {
|
||||||
//西海岸 获取左侧标签树
|
//西海岸 获取左侧标签树
|
||||||
export function getPlaceType() {
|
export function getPlaceType() {
|
||||||
return axios.get(
|
return axios.get(
|
||||||
'http://10.134.135.92:9537/data_service/placeTypes/getPlaceType',
|
`http://${_cameraUrl}/data_service/placeTypes/getPlaceType`,
|
||||||
config2
|
config2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -117,7 +117,7 @@ export function getPlaceType() {
|
||||||
//西海岸 根据标签树查询视频列表
|
//西海岸 根据标签树查询视频列表
|
||||||
export function CameraConditionPlaceType(params) {
|
export function CameraConditionPlaceType(params) {
|
||||||
return axios.post(
|
return axios.post(
|
||||||
'http://10.134.135.92:9537/data_service/getCamera/CameraConditionPlaceType' ,
|
`http://${_cameraUrl}/data_service/getCamera/CameraConditionPlaceType'`,
|
||||||
params,
|
params,
|
||||||
config2
|
config2
|
||||||
)
|
)
|
||||||
|
@ -126,7 +126,7 @@ export function CameraConditionPlaceType(params) {
|
||||||
// 西海岸视频wss流获取
|
// 西海岸视频wss流获取
|
||||||
export function getCameraLiveStream(params) {
|
export function getCameraLiveStream(params) {
|
||||||
return axios.get(
|
return axios.get(
|
||||||
'http://10.134.135.92:9537/data_service/getCamera/getCameraLiveStream?cameraIndexCode=' +
|
`http://${_cameraUrl}/data_service/getCamera/getCameraLiveStream?cameraIndexCode=` +
|
||||||
params.channelId +
|
params.channelId +
|
||||||
'&protocol=' +
|
'&protocol=' +
|
||||||
'wss' + '&transmode=1&streamType=1',
|
'wss' + '&transmode=1&streamType=1',
|
||||||
|
|
Loading…
Reference in New Issue