Sfoglia il codice sorgente

1.2.49 导入AuthImage

liuyanpeng 1 anno fa
parent
commit
9897b81f8b
2 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. 2 2
      package.json
  2. 3 1
      src/main.js

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "prodog-pc-client",
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
   "description": "Leanwo Prodog Client",
-  "version": "1.2.48",
+  "version": "1.2.49",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
   "scripts": {
     "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
     "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
@@ -17,7 +17,7 @@
     "ant-design-vue": "^4.2.1",
     "ant-design-vue": "^4.2.1",
     "axios": "^0.19.2",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "4.0.79",
+    "client-base-v4": "4.0.81",
     "client-dic-v3": "^3.0.37",
     "client-dic-v3": "^3.0.37",
     "client-eam-v3": "^3.0.81",
     "client-eam-v3": "^3.0.81",
     "client-role-v3": "^3.0.24",
     "client-role-v3": "^3.0.24",

+ 3 - 1
src/main.js

@@ -56,7 +56,7 @@ import { store } from './store.js';
 import { i18n } from './lang.js';
 import { i18n } from './lang.js';
 import { router } from './routes/index.js';
 import { router } from './routes/index.js';
 
 
-import { App, Common, PushMessage, CurdWindowModal } from 'client-base-v4/dist/client-base-v4.js';
+import { App, Common, PushMessage, CurdWindowModal, AuthImage } from 'client-base-v4/dist/client-base-v4.js';
 import { Notify } from 'pc-component-v3/dist/pc-component-v3.js';
 import { Notify } from 'pc-component-v3/dist/pc-component-v3.js';
 window.Common = Common;
 window.Common = Common;
 window.Notify = Notify;
 window.Notify = Notify;
@@ -79,6 +79,8 @@ app.mount('#app');
 
 
 // 全局注册组件, CURD窗口模态框编辑器
 // 全局注册组件, CURD窗口模态框编辑器
 app.component('CurdWindowModal', CurdWindowModal);
 app.component('CurdWindowModal', CurdWindowModal);
+// 图片显示
+app.component('AuthImage', AuthImage);
 
 
 
 
 window.app = app;
 window.app = app;