diff --git a/src/router/views/index.js b/src/router/views/index.js index 0c6d0d0d..d86b4f92 100644 --- a/src/router/views/index.js +++ b/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,