重点作业/视频定位 更换点位接口

master
LiuJiaNan 2026-08-07 20:17:35 +08:00
parent f1cd744883
commit c08a767e58
2 changed files with 4 additions and 4 deletions

View File

@ -413,8 +413,8 @@ export const portUtilsList = [
img: ico26,
checkImg: ico26On,
markIcon: pointIco31,
request: "getFixedCameraVideoList",
titleKey: "videoName",
request: "getLargeScreenVideoPage",
titleKey: "cameraName",
},
],
},

View File

@ -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);
};