From af4404160a9e8d14c09f1e6acab2ba00cb7fc91b Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期日, 19 四月 2026 16:32:04 +0800
Subject: [PATCH] fix(WMS): 修复首页、3D、websocket
---
Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index b4a1714..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')
@@ -94,6 +99,11 @@
path: '/stockView',
name: 'stockView',
component: () => import('@/views/stock/stockView.vue')
+ }
+ , {
+ path: '/stockChat',
+ name: 'stockChat',
+ component: () => import('@/views/stock/stockChat.vue')
}, {
path: '/stockQuantityChangeRecord',
name: 'stockQuantityChangeRecord',
--
Gitblit v1.9.3