ソースを参照

1.0.73 更新版本 全局引入Notify供仪表盘使用

liuyanpeng 2 年 前
コミット
7b86b340a2
2 ファイル変更4 行追加2 行削除
  1. 2 2
      package.json
  2. 2 0
      src/main.js

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.0.72",
+  "version": "1.0.73",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "dev": "cross-env webpack serve --config ./webpack.dev.js",
@@ -18,7 +18,7 @@
     "ant-design-vue": "^3.2.15",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "3.0.75",
+    "client-base-v4": "3.0.76",
     "client-dic-v3": "^3.0.9",
     "client-eam-v3": "^3.0.38",
     "client-role-v3": "^3.0.8",

+ 2 - 0
src/main.js

@@ -43,7 +43,9 @@ import { i18n } from './lang.js';
 import { router } from './routes/index.js';
 
 import { App, Common } from 'client-base-v4/dist/client-base-v4.js';
+import { Notify } from 'pc-component-v3/dist/pc-component-v3.js';
 window.Common = Common;
+window.Notify = Notify;