From 88b39ccd364e7dc9aff507f803d46c01481a1f9e Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期四, 10 十月 2024 15:27:01 +0800 Subject: [PATCH] 1 --- Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js | 8 ++++++++ 1 files changed, 8 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..985e379 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js +++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js @@ -200,6 +200,14 @@ meta: { keepAlive: false } + }, + { + path: '/DtBoxing', + name: 'DtBoxing', + component: () => import('@/views/widesea_wms/stock/DtBoxing.vue'), + meta: { + keepAlive: false + } } ] export default tables -- Gitblit v1.9.3