From 5eeed44ad21748ed7560a8c688d4e2d2f03555c8 Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期二, 05 八月 2025 12:47:13 +0800 Subject: [PATCH] 同步 --- 项目代码/WMS/WIDESEA_WMSClient/src/router/tables.js | 24 +----------------------- 1 files changed, 1 insertions(+), 23 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/tables.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/tables.js" index ead1102..860fc51 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/tables.js" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/tables.js" @@ -242,13 +242,6 @@ meta: { keepAlive: false } - },{ - path: '/Dt_needBarcode', - name: 'Dt_needBarcode', - component: () => import('@/views/widesea_wms/basicinfo/Dt_needBarcode.vue'), - meta: { - keepAlive: false - } }, { path: '/Dt_PalletStockInfo', @@ -258,22 +251,7 @@ // keepAlive: true // } }, - { - path: '/Dt_Traintype', - name: 'Dt_Traintype', - component: () => import('@/views/widesea_wms/basicinfo/Dt_Traintype.vue'), - meta: { - keepAlive: false - } - }, - { - path: '/Dt_SelectionStandards', - name: 'Dt_SelectionStandards', - component: () => import('@/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue'), - meta: { - keepAlive: false - } - }, + { path: '/locationInfoRow', name: 'locationInfoRow', -- Gitblit v1.9.3