|
@@ -150,7 +150,7 @@ export function getSceneList(data, ok) {
|
|
|
})
|
|
|
return
|
|
|
} else {
|
|
|
- http.postJson(`${URL_FILL}/ucenter/user/scene/newList`, {
|
|
|
+ http.postJson(`/ucenter/user/scene/newList`, {
|
|
|
cameraId: null,
|
|
|
cameraType: null,
|
|
|
endTime: "",
|
|
@@ -193,7 +193,7 @@ export function getSceneList(data, ok) {
|
|
|
searchKey,
|
|
|
} = data
|
|
|
return Promise.all([
|
|
|
- http.postJson(`${URL_FILL}/ucenter/user/scene/getOnlySceneList`, {
|
|
|
+ http.postJson(`/ucenter/user/scene/getOnlySceneList`, {
|
|
|
cameraId: null,
|
|
|
cameraType: null,
|
|
|
endTime: "",
|
|
@@ -210,7 +210,7 @@ export function getSceneList(data, ok) {
|
|
|
searchKey,
|
|
|
startTime: "",
|
|
|
}),
|
|
|
- http.postJson(`${URL_FILL}/ucenter/user/scene/getOnlySceneList`, {
|
|
|
+ http.postJson(`/ucenter/user/scene/getOnlySceneList`, {
|
|
|
cameraId: null,
|
|
|
cameraType: null,
|
|
|
endTime: "",
|