From fb77cc8fe39bd3c3f49b336bf9e664957fe2dc07 Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期五, 15 十一月 2024 11:28:51 +0800 Subject: [PATCH] 11.06 --- 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 985e379..1dfc161 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js +++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js @@ -208,6 +208,22 @@ meta: { keepAlive: false } + }, + { + path: '/momTest', + name: 'momTest', + component: () => import('@/views/widesea_wms/MOM/momTest.vue'), + meta: { + keepAlive: false + } + }, + { + path: '/zzzz', + name: 'zzzz', + component: () => import('@/views/widesea_wms/MOM/zzzz.vue'), + meta: { + keepAlive: false + } } ] export default tables -- Gitblit v1.9.3