From 5e851678cc02257bbbd179446de36082430ca5bc Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 13 四月 2026 15:12:04 +0800
Subject: [PATCH] feat(MES): 添加Mes_Log扩展逻辑
---
Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index c4da063..92b91b8 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -6,6 +6,11 @@
component: () => import('@/views/system/Sys_Log.vue')
},
{
+ path: '/Mes_Log',
+ name: 'mes_Log',
+ component: () => import('@/views/system/Mes_Log.vue')
+ },
+ {
path: '/Sys_User',
name: 'Sys_User',
component: () => import('@/views/system/Sys_User.vue')
--
Gitblit v1.9.3