浏览代码

1.2.30 升级antd版本

liuyanpeng 2 年之前
父节点
当前提交
f1fe6163ec
共有 2 个文件被更改,包括 9 次插入9 次删除
  1. 8 8
      package.json
  2. 1 1
      src/main.js

+ 8 - 8
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.2.29",
+  "version": "1.2.30",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "dev": "cross-env webpack serve --config ./webpack.dev.js",
@@ -12,20 +12,20 @@
     "dist"
   ],
   "dependencies": {
-    "ant-design-vue": "^3.2.15",
+    "ant-design-vue": "^4.2.1",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "4.0.59",
-    "client-dic-v3": "^3.0.31",
-    "client-eam-v3": "^3.0.74",
-    "client-role-v3": "^3.0.20",
+    "client-base-v4": "4.0.60",
+    "client-dic-v3": "^3.0.32",
+    "client-eam-v3": "^3.0.76",
+    "client-role-v3": "^3.0.21",
     "client-sensor-v3": "^1.0.2",
-    "client-wms-v3": "^3.1.0",
+    "client-wms-v3": "^3.1.1",
     "dayjs": "^1.11.6",
     "dingtalk-jsapi": "^2.8.33",
     "js-cookie": "^2.2.1",
     "lodash": "^4.17.21",
-    "pc-component-v3": "1.0.82",
+    "pc-component-v3": "1.0.83",
     "qrcode": "^1.5.3",
     "select2": "^4.0.13",
     "select2-bootstrap-theme": "^0.1.0-beta.10",

+ 1 - 1
src/main.js

@@ -9,7 +9,7 @@ import { createApp, defineAsyncComponent } from 'vue';
 
 
 import Antd from 'ant-design-vue';
-import 'ant-design-vue/dist/antd.css';
+// import 'ant-design-vue/dist/antd.css';
 
 import { createRouter, createWebHashHistory } from 'vue-router';
 import { createStore } from 'vuex';