From ae7627b1be36f5e32e66db934200f30470eeb3cb Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Wed, 4 Feb 2026 15:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=BA=A7=E5=8F=A3=E9=97=A8=E6=91=84?= =?UTF-8?q?=E5=83=8F=E5=A4=B4=E5=8E=BB=E6=8E=89=E7=A7=BB=E5=8A=A8=E6=91=84?= =?UTF-8?q?=E5=83=8F=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/firstLevelDoorInfo/index.js | 3 - .../FirstLevelDoorInfo/Camera/List/index.js | 191 ------------------ 2 files changed, 194 deletions(-) diff --git a/src/api/firstLevelDoorInfo/index.js b/src/api/firstLevelDoorInfo/index.js index 9a0a8d3..2d5d59a 100644 --- a/src/api/firstLevelDoorInfo/index.js +++ b/src/api/firstLevelDoorInfo/index.js @@ -52,9 +52,6 @@ export const firstLevelDoorInfoCameraGetBatchPlayUrl = declareRequest( "firstLevelDoorInfoCameraLoading", `Post > @/primeport/`, ); -export const firstLevelDoorInfoMovingCameraList = declareRequest( - `Get > /primeport/`, -); export const firstLevelDoorInfoFixedCameraList = declareRequest( `Get > /primeport/`, ); diff --git a/src/pages/Container/Supervision/FirstLevelDoor/BasicInfo/FirstLevelDoorInfo/Camera/List/index.js b/src/pages/Container/Supervision/FirstLevelDoor/BasicInfo/FirstLevelDoorInfo/Camera/List/index.js index f8bb5c5..6ff241c 100644 --- a/src/pages/Container/Supervision/FirstLevelDoor/BasicInfo/FirstLevelDoorInfo/Camera/List/index.js +++ b/src/pages/Container/Supervision/FirstLevelDoor/BasicInfo/FirstLevelDoorInfo/Camera/List/index.js @@ -16,10 +16,6 @@ import useTable from "zy-react-library/hooks/useTable"; import { getLabelName } from "zy-react-library/utils"; import { NS_FIRST_LEVEL_DOOR_INFO } from "~/enumerate/namespace"; -const CAMERA_TYPE_ENUM = [ - { name: "移动摄像头", bianma: "0" }, - { name: "固定摄像头", bianma: "1" }, -]; const IS_ONLINE_ENUM = [ { name: "否", bianma: "0" }, { name: "是", bianma: "1" }, @@ -35,8 +31,6 @@ function List(props) { const [batchPlayModalVisible, setBatchPlayModalVisible] = useState(false); const [mapModalVisible, setMapModalVisible] = useState(false); const [location, setLocation] = useState({ longitude: "", latitude: "" }); - const [playBackModalVisible, setPlayBackModalVisible] = useState(false); - const [playBackUrl, setPlayBackUrl] = useState(""); const query = useGetUrlQuery(); const [form] = Form.useForm(); @@ -80,7 +74,6 @@ function List(props) { onFinish={getData} options={[ { name: "todo1", label: "视频名称" }, - { name: "todo2", label: "视频类型", render: FORM_ITEM_RENDER_ENUM.SELECT, items: CAMERA_TYPE_ENUM }, { name: "todo3", label: "是否在线", render: FORM_ITEM_RENDER_ENUM.SELECT, items: IS_ONLINE_ENUM }, ]} /> @@ -161,15 +154,6 @@ function List(props) { > 定位 - - ), - }, { label: "视频选择", - dependencies: ["todo1"], - hidden: formValues => !(formValues.todo1 === "1"), required: false, render: ( , - ]} - > - - ( - - - - - ), - }, - ]} - {...tableProps} - /> - { - playModalVisible && ( -