From bdd95a61d27eba4f339f0a9c824940c6da143cdb Mon Sep 17 00:00:00 2001
From: chenyong <chenyong@hnkhzn.com>
Date: 星期五, 16 一月 2026 11:46:01 +0800
Subject: [PATCH] 1
---
Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index 2443376..0f36515 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -66,6 +66,12 @@
component: () => import('@/views/widesea_wms/taskinfo/Dt_CL.vue'),
meta: {
}
+ },{
+ path: '/Log',
+ name: 'Log',
+ component: () => import('@/views/system/Log.vue'),
+ meta: {
+ }
}
]
--
Gitblit v1.9.3