From ff9af535a162883f5db72f69c92304a9cd37ef16 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期五, 31 三月 2023 09:28:32 +0800
Subject: [PATCH] 修改前端页面
---
package.json | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 52fb936..06d7052 100644
--- a/package.json
+++ b/package.json
@@ -11,14 +11,17 @@
"appium-chromedriver": "^4.11.0",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
+ "echarts": "^4.9.0",
"element-ui": "^2.13.1",
+ "jquery": "^3.5.1",
"mavon-editor": "^2.6.17",
+ "moment": "^2.29.4",
"node-sass": "^4.14.1",
+ "qs": "^6.9.4",
"sass-loader": "^10.0.4",
"v-distpicker": "^1.2.1",
+ "vant": "^2.12.53",
"view-design": "^4.2.0",
- "jquery": "^3.5.1",
- "qs": "^6.9.4",
"vue": "^2.5.21",
"vue-cropperjs": "^3.0.0",
"vue-quill-editor": "^3.0.6",
@@ -30,6 +33,7 @@
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-service": "^3.9.0",
+ "babel-plugin-import": "^1.13.5",
"lib-flexible": "^0.3.2",
"vue-template-compiler": "^2.6.10"
}
--
Gitblit v1.9.1