From 7f48246165b3c815e928cee04f8d4e2cf689b6aa Mon Sep 17 00:00:00 2001
From: panlinlin <648540858@qq.com>
Date: 星期四, 22 四月 2021 18:09:46 +0800
Subject: [PATCH] 增加对设备录像播放的兼容性

---
 web_src/package.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/web_src/package.json b/web_src/package.json
index d99d7bc..1099dc0 100644
--- a/web_src/package.json
+++ b/web_src/package.json
@@ -10,7 +10,6 @@
     "build": "node build/build.js"
   },
   "dependencies": {
-    "@easydarwin/easywasmplayer": "^4.0.7",
     "axios": "^0.19.2",
     "core-js": "^2.6.5",
     "echarts": "^4.7.0",
@@ -19,7 +18,9 @@
     "moment": "^2.29.1",
     "postcss-pxtorem": "^5.1.1",
     "vue": "^2.6.11",
+    "vue-baidu-map": "^0.21.22",
     "vue-clipboard2": "^0.3.1",
+    "vue-clipboards": "^1.3.0",
     "vue-cookies": "^1.7.4",
     "vue-router": "^3.1.6"
   },

--
Gitblit v1.8.0