Selaa lähdekoodia

1.0.81 升级ups迁移

liuyanpeng 1 vuosi sitten
vanhempi
sitoutus
93f3673fab
2 muutettua tiedostoa jossa 8 lisäystä ja 6 poistoa
  1. 6 6
      package.json
  2. 2 0
      src/routes/route-base-v4.js

+ 6 - 6
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.2.79",
+  "version": "1.2.81",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
@@ -17,18 +17,18 @@
     "ant-design-vue": "^4.2.1",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "^4.1.46",
-    "client-dic-v3": "^3.0.49",
-    "client-eam-v3": "^3.0.93",
+    "client-base-v4": "^4.1.48",
+    "client-dic-v3": "^3.0.50",
+    "client-eam-v3": "^3.0.95",
     "client-role-v3": "^3.0.24",
     "client-sensor-v3": "^1.0.2",
-    "client-wms-v3": "^3.1.1",
+    "client-wms-v3": "^3.1.2",
     "client-finance-v3": "^0.0.4",
     "dayjs": "^1.11.6",
     "dingtalk-jsapi": "^2.8.33",
     "js-cookie": "^2.2.1",
     "lodash": "^4.17.21",
-    "pc-component-v3": "^1.1.11",
+    "pc-component-v3": "^1.1.12",
     "qrcode": "^1.5.3",
     "select2": "^4.0.13",
     "select2-bootstrap-theme": "^0.1.0-beta.10",

+ 2 - 0
src/routes/route-base-v4.js

@@ -61,6 +61,7 @@ import {
     CurdWindow1,
     ShortcutMenu,
     FlowChart,
+    DeviceManagement,
 } from 'client-base-v4/dist/client-base-v4.js';
 
 
@@ -365,6 +366,7 @@ const router = [
     { path: '/desktop/CreateIdentity', component: CreateIdentity },
     { path: '/desktop/printerConfiguration', component: PrinterConfiguration },
     { path: '/desktop/flowChart', component: FlowChart },
+    { path: '/desktop/deviceManagement', component: DeviceManagement },
 ];
 
 export default router;