From 98cd144e4d58dbfcc09a2ffb0dbb6925519088b3 Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期三, 06 十一月 2024 14:12:56 +0800 Subject: [PATCH] 最新代码更改 --- Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js index d361047..dd63472 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js +++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js @@ -200,6 +200,22 @@ meta: { keepAlive: false } + }, + { + path: '/DtBoxing', + name: 'DtBoxing', + component: () => import('@/views/widesea_wms/stock/DtBoxing.vue'), + meta: { + keepAlive: false + } + }, + { + path: '/momTest', + name: 'momTest', + component: () => import('@/views/widesea_wms/MOM/momTest.vue'), + meta: { + keepAlive: false + } } ] export default tables -- Gitblit v1.9.3