From 34bafb439a438c0f4e85ef7006dac590140d155c Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期五, 01 十一月 2024 14:50:15 +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