From 7bf371fb08b4ab8ef07081283afbe6456f4f21fe Mon Sep 17 00:00:00 2001
From: wangwei <707714829@qq.com>
Date: Sat, 26 Nov 2022 11:30:58 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=8F=92=E4=BB=B6=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/static/config/basicConfig.js | 6 +
.../components/VideoControlPlay.vue | 291 ++++++++++++++++++
.../areaMonitor/components/VideoListLeft.vue | 93 +++++-
3 files changed, 386 insertions(+), 4 deletions(-)
create mode 100644 src/views/pages/areaMonitor/components/VideoControlPlay.vue
diff --git a/public/static/config/basicConfig.js b/public/static/config/basicConfig.js
index a823462..7ce013b 100644
--- a/public/static/config/basicConfig.js
+++ b/public/static/config/basicConfig.js
@@ -69,6 +69,12 @@ var CONFIGITEM = {
{ channelId: '37028528001321820196' },
{ channelId: '37028528001321820201' }
],
+ channelAreaList: [
+ '37020220001321113922'
+ ],
+ channelsArea: [
+ { channelId: '37020220001321113922'},
+ ],
name_32:
'General_DSS-LightWeight-Client_x86_V2.1.0.2110.R.20211106.exe',
url_32:
diff --git a/src/views/pages/areaMonitor/components/VideoControlPlay.vue b/src/views/pages/areaMonitor/components/VideoControlPlay.vue
new file mode 100644
index 0000000..289d472
--- /dev/null
+++ b/src/views/pages/areaMonitor/components/VideoControlPlay.vue
@@ -0,0 +1,291 @@
+
+
+