Compare commits

..

2 Commits

1 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@ export function getListForPOI(params) {
//西
export function getPlaceType() {
return axios.get(
'http://10.134.135.92:9537/data_service/placeTypes/getPlaceType',
`http://${_cameraUrl}/data_service/placeTypes/getPlaceType`,
config2
)
}
@ -117,7 +117,7 @@ export function getPlaceType() {
//西
export function CameraConditionPlaceType(params) {
return axios.post(
'http://10.134.135.92:9537/data_service/getCamera/CameraConditionPlaceType' ,
`http://${_cameraUrl}/data_service/getCamera/CameraConditionPlaceType'`,
params,
config2
)
@ -126,7 +126,7 @@ export function CameraConditionPlaceType(params) {
// 西wss
export function getCameraLiveStream(params) {
return axios.get(
'http://10.134.135.92:9537/data_service/getCamera/getCameraLiveStream?cameraIndexCode=' +
`http://${_cameraUrl}/data_service/getCamera/getCameraLiveStream?cameraIndexCode=` +
params.channelId +
'&protocol=' +
'wss' + '&transmode=1&streamType=1',