liuyanpeng 1 년 전
부모
커밋
b2bd44b3d1
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  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.88",
+  "version": "1.2.89",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
@@ -17,9 +17,9 @@
     "ant-design-vue": "^4.2.1",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "^4.1.54",
+    "client-base-v4": "^4.1.56",
     "client-dic-v3": "^3.0.50",
-    "client-eam-v3": "^3.0.95",
+    "client-eam-v3": "^3.0.96",
     "client-role-v3": "^3.0.25",
     "client-sensor-v3": "^1.0.2",
     "client-wms-v3": "^3.1.2",

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

@@ -63,6 +63,7 @@ import {
     FlowChart,
     DeviceManagement,
     DeviceTimingSwitcher,
+    OperationLog,
 } from 'client-base-v4/dist/client-base-v4.js';
 
 
@@ -369,6 +370,7 @@ const router = [
     { path: '/desktop/flowChart', component: FlowChart },
     { path: '/desktop/deviceManagement', component: DeviceManagement },
     { path: '/desktop/deviceTimingSwitcher', component: DeviceTimingSwitcher },
+    { path: '/desktop/operationLog', component: OperationLog },
 ];
 
 export default router;