Compare commits

..

No commits in common. "95657f9aeef280d2b7202a00ad5d6a1c2aea3c4b" and "66827462549d6b613267eef2fb6918b0c2c45eaa" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

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