From 2a177a25321e231bb86c88704feb94f4a7130780 Mon Sep 17 00:00:00 2001 From: yj <2077506045@qq.com> Date: 星期四, 11 四月 2024 17:27:52 +0800 Subject: [PATCH] 优化LAQ、CIAQ、MAQ、API、JAQ产品的答题逻辑,防止客户误操作导致的流程卡点。 --- package.json | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index 3955f9c..9d7cd63 100644 --- a/package.json +++ b/package.json @@ -17,15 +17,19 @@ "dependencies": { "axios": "^0.19.0", "core-js": "^2.6.9", + "echarts": "^5.4.2", "element-ui": "^2.14.1", "es6-promise": "^4.2.8", "js-cookie": "2.2.0", "normalize.css": "8.0.1", "nprogress": "0.2.0", + "pdfh5": "^1.4.2", + "seedrandom": "^3.0.5", "vue": "2.6.10", "vue-i18n": "^8.15.3", "vue-router": "^3.0.3", "vue-template-compiler": "^2.6.10", + "vuedraggable": "^2.24.3", "vuex": "3.1.0" }, "devDependencies": { -- Gitblit v1.9.1