Browse Source

Squashed commit of the following:

commit 68e9100aba
Author: 0.0 <1092404103.qq.com>
Date:   Tue Aug 15 14:42:24 2023 +0800

    1.上架页面
dev-warehouse
zhangsiyu 2 years ago
parent
commit
fd860d2c5b
  1. 38
      src/router/views/index.js

38
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,

Loading…
Cancel
Save