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', // path: '/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView',
component: Layout, // component: Layout,
redirect: '/warehouse/goodsShelf/basicdataGoodsShelfView', // redirect: '/warehouse/goodsShelf/basicdataGoodsShelfView',
children: [ // children: [
{ // {
path: '/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView', // path: '/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView',
name: '货位可视化', // name: '货位可视化',
meta: { // meta: {
i18n: 'dict', // i18n: 'dict',
}, // },
props: route => ({ // props: route => ({
name: route.query.name, // name: route.query.name,
id: route.query.id // id: route.query.id
}), // }),
component: () => import('@/views/basicdata/warehouse/tray/basicdataGoodsShelfView.vue'), // component: () => import('@/views/basicdata/warehouse/tray/basicdataGoodsShelfView.vue'),
}, // },
], // ],
}, // },
// { // {
// path: 'basicdata/goodsShelf/basicdataGoodsShelfView', // path: 'basicdata/goodsShelf/basicdataGoodsShelfView',
// component: Layout, // component: Layout,

Loading…
Cancel
Save