From 84b36c79f37d9d3abad3bba4ff7ea99b2cc17942 Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期三, 18 十二月 2024 23:19:51 +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