From ab909feedf43a44780a6198cbd4772e9d7713fdf Mon Sep 17 00:00:00 2001 From: WuPeng <wp@zafu.edu.cn> Date: 星期六, 05 十一月 2022 20:49:56 +0800 Subject: [PATCH] 升级Fastjson到Fastjson2 --- web_src/package.json | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/web_src/package.json b/web_src/package.json index d19a58d..18b3332 100644 --- a/web_src/package.json +++ b/web_src/package.json @@ -10,6 +10,7 @@ "build": "node build/build.js" }, "dependencies": { + "@liveqing/liveplayer": "^2.7.0", "axios": "^0.24.0", "core-js": "^2.6.5", "echarts": "^4.9.0", @@ -19,6 +20,7 @@ "ol": "^6.14.1", "postcss-pxtorem": "^5.1.1", "uuid": "^8.3.2", + "v-charts": "^1.19.0", "vue": "^2.6.11", "vue-clipboard2": "^0.3.1", "vue-clipboards": "^1.3.0", -- Gitblit v1.8.0