liuyanpeng hace 1 año
padre
commit
00930e5fbe
Se han modificado 2 ficheros con 5 adiciones y 3 borrados
  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.89",
+  "version": "1.2.90",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
@@ -17,8 +17,8 @@
     "ant-design-vue": "^4.2.1",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "^4.1.56",
-    "client-dic-v3": "^3.0.50",
+    "client-base-v4": "^4.1.57",
+    "client-dic-v3": "^3.0.51",
     "client-eam-v3": "^3.0.96",
     "client-role-v3": "^3.0.25",
     "client-sensor-v3": "^1.0.2",

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

@@ -64,6 +64,7 @@ import {
     DeviceManagement,
     DeviceTimingSwitcher,
     OperationLog,
+    ViewEdit,
 } from 'client-base-v4/dist/client-base-v4.js';
 
 
@@ -371,6 +372,7 @@ const router = [
     { path: '/desktop/deviceManagement', component: DeviceManagement },
     { path: '/desktop/deviceTimingSwitcher', component: DeviceTimingSwitcher },
     { path: '/desktop/operationLog', component: OperationLog },
+    { path: '/desktop/viewEdit', component: ViewEdit },
 ];
 
 export default router;