From d81c27d411422d42ef8c16e3f4da4ea6c07787e7 Mon Sep 17 00:00:00 2001 From: "peng.peng" Date: Mon, 25 Dec 2023 14:30:33 +0800 Subject: [PATCH] =?UTF-8?q?(*)=E5=A4=A7=E5=B1=8F=20=E8=BF=90=E8=90=A5?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quanju/containers/public/olMap.js | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/web/client/src/sections/quanju/containers/public/olMap.js b/web/client/src/sections/quanju/containers/public/olMap.js index c8844f76..1f5e9983 100644 --- a/web/client/src/sections/quanju/containers/public/olMap.js +++ b/web/client/src/sections/quanju/containers/public/olMap.js @@ -677,6 +677,7 @@ const OlMap = (props) => { : '-' } + ) }) @@ -700,6 +701,34 @@ const OlMap = (props) => { }}>上报记录 : '' } +
+
监控视频
+ + +
@@ -908,7 +937,7 @@ const OlMap = (props) => { ) } -function mapStateToProps (state) { +function mapStateToProps(state) { const { auth, global, busRunTime, busLine, projectList } = state; return { user: auth.user,