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", }, ], },