From 26aa1c6ae82d3b5644e119d8e8a91976b303adf8 Mon Sep 17 00:00:00 2001 From: wenlele Date: Thu, 23 Jun 2022 11:15:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E9=83=A8=E6=95=AC=E8=AF=AD=E5=92=8C?= =?UTF-8?q?=E6=91=84=E5=83=8F=E5=A4=B4=E9=A1=B5=E9=9D=A2=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=9F=A5=E8=AF=A2=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/components/header/index.jsx | 150 +++++++++--------- .../components/cameraModal.jsx | 26 +-- .../components/cascadeCamera.jsx | 5 +- .../components/fluoriteCamera.jsx | 3 + .../components/ipcCamera.jsx | 3 + .../components/nvrCamera.jsx | 10 +- .../components/nvrModal.jsx | 2 +- .../equipmentWarehouse/containers/camera.jsx | 9 +- 8 files changed, 113 insertions(+), 95 deletions(-) diff --git a/code/VideoAccess-VCMP/web/client/src/layout/components/header/index.jsx b/code/VideoAccess-VCMP/web/client/src/layout/components/header/index.jsx index 0e36653..5ff06cd 100644 --- a/code/VideoAccess-VCMP/web/client/src/layout/components/header/index.jsx +++ b/code/VideoAccess-VCMP/web/client/src/layout/components/header/index.jsx @@ -4,84 +4,92 @@ import { connect } from "react-redux"; import { Nav, Avatar, Dropdown } from "@douyinfe/semi-ui"; const Header = (props) => { - const { dispatch, history, user, actions, socket } = props; + const { dispatch, history, user, actions, socket } = props; - return ( - <> -