Browse Source

1

fix_bug_pro20231227
zhangsiyu 2 years ago
parent
commit
f755a5b28d
  1. 61
      src/router/views/index.js

61
src/router/views/index.js

@ -27,21 +27,21 @@ export default [
},
],
},
// {
// path: '/test',
// component: Layout,
// redirect: '/test/index',
// children: [
// {
// path: 'index',
// name: '测试页',
// meta: {
// i18n: 'test',
// },
// component: () => import(/* webpackChunkName: "views" */ '@/views/util/test.vue'),
// },
// ],
// },
{
path: '/test',
component: Layout,
redirect: '/test/index',
children: [
{
path: 'index',
name: '测试页',
meta: {
i18n: 'test',
},
component: () => import(/* webpackChunkName: "views" */ '@/views/util/test.vue'),
},
],
},
{
path: '/dict-horizontal',
component: Layout,
@ -800,37 +800,6 @@ export default [
},
],
},
{
path: '/basicdata/warehouse/tray/basicdataTrayhistory',
component: Layout,
redirect: '/warehouse/tray/basicdataTrayhistory',
children: [
{
path: '/basicdata/warehouse/tray/basicdataTrayhistory',
name: '历史记录',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id
}),
component: () => import('@/views/basicdata/warehouse/tray/basicdataTrayhistory.vue'),
},
],
},
// {
// path: 'basicdata/goodsShelf/basicdataGoodsShelfView',
// component: Layout,
// redirect: '/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView',
// children: [
// {
// path: '/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView',
// name: '',
// component: () => import(/* webpackChunkName: "views" */ '@/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue'),
// },
// ],
// },
// {
// path: '/distribution/inventory/distributionPrints',
// component: Layout,

Loading…
Cancel
Save