liuyanpeng 1 rok pred
rodič
commit
b947b75794
2 zmenil súbory, kde vykonal 5 pridanie a 3 odobranie
  1. 3 3
      package.json
  2. 2 0
      src/routes/route-base-v4.js

+ 3 - 3
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.2.86",
+  "version": "1.2.87",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
@@ -17,7 +17,7 @@
     "ant-design-vue": "^4.2.1",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "^4.1.52",
+    "client-base-v4": "^4.1.54",
     "client-dic-v3": "^3.0.50",
     "client-eam-v3": "^3.0.95",
     "client-role-v3": "^3.0.24",
@@ -28,7 +28,7 @@
     "dingtalk-jsapi": "^2.8.33",
     "js-cookie": "^2.2.1",
     "lodash": "^4.17.21",
-    "pc-component-v3": "^1.1.12",
+    "pc-component-v3": "^1.1.13",
     "qrcode": "^1.5.3",
     "select2": "^4.0.13",
     "select2-bootstrap-theme": "^0.1.0-beta.10",

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

@@ -62,6 +62,7 @@ import {
     ShortcutMenu,
     FlowChart,
     DeviceManagement,
+    DeviceTimingSwitcher,
 } from 'client-base-v4/dist/client-base-v4.js';
 
 
@@ -367,6 +368,7 @@ const router = [
     { path: '/desktop/printerConfiguration', component: PrinterConfiguration },
     { path: '/desktop/flowChart', component: FlowChart },
     { path: '/desktop/deviceManagement', component: DeviceManagement },
+    { path: '/desktop/deviceTimingSwitcher', component: DeviceTimingSwitcher },
 ];
 
 export default router;