From c1f28a6c63036b7e105f578a47d9348812710dad Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期三, 18 十二月 2024 21:31:34 +0800
Subject: [PATCH] 合并
---
Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
index c6dde69..8b4f264 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
@@ -234,6 +234,21 @@
meta: {
keepAlive: false
}
- }
+ },
+ {
+ path: '/Dt_StationManager',
+ name: 'Dt_StationManager',
+ component: () => import('@/views/widesea_wms/basicinfo/Dt_StationManager.vue'),
+ meta: {
+ keepAlive: false
+ }
+ },{
+ path: '/Dt_needBarcode',
+ name: 'Dt_needBarcode',
+ component: () => import('@/views/widesea_wms/basicinfo/Dt_needBarcode.vue'),
+ meta: {
+ keepAlive: false
+ }
+ },
]
export default tables
--
Gitblit v1.9.3