重点作业/视频定位 更换点位接口
parent
f1cd744883
commit
c08a767e58
|
|
@ -413,8 +413,8 @@ export const portUtilsList = [
|
||||||
img: ico26,
|
img: ico26,
|
||||||
checkImg: ico26On,
|
checkImg: ico26On,
|
||||||
markIcon: pointIco31,
|
markIcon: pointIco31,
|
||||||
request: "getFixedCameraVideoList",
|
request: "getLargeScreenVideoPage",
|
||||||
titleKey: "videoName",
|
titleKey: "cameraName",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -55,8 +55,8 @@ export const closeWindow = () => {
|
||||||
window.close();
|
window.close();
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (!window.closed && !window.opener) {
|
if (!window.closed && !window.opener) {
|
||||||
// window.location.href = "https://gbs-gateway.qhdsafety.com/";
|
window.location.href = "https://gbs-gateway.qhdsafety.com/";
|
||||||
window.location.href = "http://192.168.198.8:30140/";
|
// window.location.href = "http://192.168.198.8:30140/";
|
||||||
}
|
}
|
||||||
}, 500);
|
}, 500);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue