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', path: '/test',
// component: Layout, component: Layout,
// redirect: '/test/index', redirect: '/test/index',
// children: [ children: [
// { {
// path: 'index', path: 'index',
// name: '测试页', name: '测试页',
// meta: { meta: {
// i18n: 'test', i18n: 'test',
// }, },
// component: () => import(/* webpackChunkName: "views" */ '@/views/util/test.vue'), component: () => import(/* webpackChunkName: "views" */ '@/views/util/test.vue'),
// }, },
// ], ],
// }, },
{ {
path: '/dict-horizontal', path: '/dict-horizontal',
component: Layout, 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', // path: '/distribution/inventory/distributionPrints',
// component: Layout, // component: Layout,

Loading…
Cancel
Save