diff --git a/src/pages/Container/Map/components/BottomUtils/portUtilsList.js b/src/pages/Container/Map/components/BottomUtils/portUtilsList.js index 7a523db..ccdea8c 100644 --- a/src/pages/Container/Map/components/BottomUtils/portUtilsList.js +++ b/src/pages/Container/Map/components/BottomUtils/portUtilsList.js @@ -413,8 +413,8 @@ export const portUtilsList = [ img: ico26, checkImg: ico26On, markIcon: pointIco31, - request: "getFixedCameraVideoList", - titleKey: "videoName", + request: "getLargeScreenVideoPage", + titleKey: "cameraName", }, ], }, diff --git a/src/utils/index.js b/src/utils/index.js index 8b3c818..df1fd43 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -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); };