From f99e5e9afcdd2855e134ecc1169cde4307072a7c Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 7 Aug 2026 18:43:57 +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 --- src/api/biMark/index.js | 4 ++++ .../Map/components/BottomUtils/branchOfficeUtilsList.js | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/api/biMark/index.js b/src/api/biMark/index.js index 398c312..cc5c2af 100644 --- a/src/api/biMark/index.js +++ b/src/api/biMark/index.js @@ -56,3 +56,7 @@ export const getPeopleTrajectory = declareRequest( "biFullLoading", "Post > @/personnelPosition/bi/personTrace", ); +export const getLargeScreenVideoPage = declareRequest( + "biFullLoading", + "Post > @/keyProject/keyProject/largeScreenVideoPage", +); diff --git a/src/pages/Container/Map/components/BottomUtils/branchOfficeUtilsList.js b/src/pages/Container/Map/components/BottomUtils/branchOfficeUtilsList.js index ee41444..3771d18 100644 --- a/src/pages/Container/Map/components/BottomUtils/branchOfficeUtilsList.js +++ b/src/pages/Container/Map/components/BottomUtils/branchOfficeUtilsList.js @@ -255,8 +255,8 @@ export const branchOfficeUtilsList = [ check: false, type: "video", markIcon: pointIco31, - request: "getFixedCameraVideoList", - titleKey: "videoName", + request: "getLargeScreenVideoPage", + titleKey: "cameraName", }, ], },