From fd860d2c5b2a51731b5ffcdfea38d409075fb34d Mon Sep 17 00:00:00 2001 From: zhangsiyu Date: Tue, 15 Aug 2023 14:47:42 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 68e9100aba10ea405ee2ca59ae39dad9a2a2cbcc Author: 0.0 <1092404103.qq.com> Date: Tue Aug 15 14:42:24 2023 +0800 1.上架页面 --- src/router/views/index.js | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/router/views/index.js b/src/router/views/index.js index f5455ac9..bff3963e 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -819,25 +819,25 @@ export default [ }, ], }, - { - path: '/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView', - component: Layout, - redirect: '/warehouse/goodsShelf/basicdataGoodsShelfView', - children: [ - { - path: '/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView', - name: '货位可视化', - meta: { - i18n: 'dict', - }, - props: route => ({ - name: route.query.name, - id: route.query.id - }), - component: () => import('@/views/basicdata/warehouse/tray/basicdataGoodsShelfView.vue'), - }, - ], - }, + // { + // path: '/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView', + // component: Layout, + // redirect: '/warehouse/goodsShelf/basicdataGoodsShelfView', + // children: [ + // { + // path: '/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView', + // name: '货位可视化', + // meta: { + // i18n: 'dict', + // }, + // props: route => ({ + // name: route.query.name, + // id: route.query.id + // }), + // component: () => import('@/views/basicdata/warehouse/tray/basicdataGoodsShelfView.vue'), + // }, + // ], + // }, // { // path: 'basicdata/goodsShelf/basicdataGoodsShelfView', // component: Layout,