From 4b0df650a1fe818218e7f8ac0c6ff8f0150371b6 Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期五, 04 十一月 2022 11:26:52 +0800 Subject: [PATCH] 修改后端接口后头像登录用户头像不显示问题 --- package.json | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 20cef07..100492b 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,16 @@ "@amap/amap-jsapi-loader": "^1.0.1", "axios": "^0.27.2", "core-js": "^3.8.3", + "echarts": "^5.4.0", + "echarts-stat": "^1.2.0", "normalize.css": "^8.0.1", "sass": "^1.54.8", "sass-loader": "^13.0.2", "vue": "^2.6.14", "vue-gemini-scrollbar": "^2.0.1", "vue-router": "^3.5.1", - "vuex": "^3.6.2" + "vuex": "^3.6.2", + "wangeditor": "^4.7.15" }, "devDependencies": { "@vue/cli-plugin-babel": "~5.0.0", @@ -27,7 +30,7 @@ "@vue/cli-service": "~5.0.0", "chalk": "4.1.0", "compression-webpack-plugin": "5.0.2", - "element-ui": "^2.15.9", + "element-ui": "^2.15.8", "svg-sprite-loader": "5.1.1", "vue-template-compiler": "^2.6.14" }, -- Gitblit v1.8.0