From c08a767e5896dc6b1d2e9ddb6956c55c69fa5aae Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 7 Aug 2026 20:17:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=82=B9=E4=BD=9C=E4=B8=9A/=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=AE=9A=E4=BD=8D=20=20=E6=9B=B4=E6=8D=A2=E7=82=B9?= =?UTF-8?q?=E4=BD=8D=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Container/Map/components/BottomUtils/portUtilsList.js | 4 ++-- src/utils/index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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); };