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