From 72c0f86c75c8a9a5eb7435d72b6ebece4c5382e8 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 14 四月 2026 18:21:27 +0800
Subject: [PATCH] feat: 添加vue3-json-viewer并优化日志显示

---
 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