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

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, img: ico26,
checkImg: ico26On, checkImg: ico26On,
markIcon: pointIco31, markIcon: pointIco31,
request: "getFixedCameraVideoList", request: "getLargeScreenVideoPage",
titleKey: "videoName", titleKey: "cameraName",
}, },
], ],
}, },

View File

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