From b0e391f5488aead9e56dc725b69cd81ba36f917d Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期三, 13 四月 2022 10:14:48 +0800 Subject: [PATCH] 社保卡征集收入及社保卡持卡人数页面 --- package.json | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1efac8a..fd15e48 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "node build/build.js" }, "dependencies": { - "axios": "^0.18.1", + "axios": "^0.26.1", "echarts": "^4.7.0", "element-ui": "^2.15.6", "lib-flexible": "^0.3.2", @@ -20,6 +20,7 @@ "nprogress": "^0.2.0", "postcss-px2rem-exclude": "^0.0.6", "sass-loader": "^7.3.1", + "v-fit-columns": "^0.2.0", "vcolorpicker": "^0.1.8", "vue": "^2.6.11", "vue-router": "^3.1.6", @@ -53,7 +54,7 @@ "px2rem-loader": "^0.1.9", "rimraf": "^2.7.1", "semver": "^5.7.1", - "shelljs": "^0.7.6", + "shelljs": "^0.8.5", "uglifyjs-webpack-plugin": "^1.1.1", "url-loader": "^0.5.8", "vue-loader": "^13.3.0", @@ -77,8 +78,8 @@ "plugins": { "autoprefixer": {}, "postcss-px2rem-exclude": { - "remUnit": 10, - "exclude": "/node_modules/i" + "remUnit": 256, + "exclude": "/node_modules|element/i" } } } -- Gitblit v1.9.1