From 5bf10c1dafe485d506ec534f98e5220a3b83dd17 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 16 四月 2026 23:16:46 +0800
Subject: [PATCH] feat(WCS&WMS): 机械手扫码NG处理与线体条码读取与添加批量MES绑定解绑接口
---
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