| | |
| | | |
| | | //包二 |
| | | import WareInspection from '@/views/PackageTwo/WareInspection.vue'; //数据质检-入库质检 |
| | | |
| | | import QualityInspection from '@/views/PackageTwo/index.vue'; //数据质检-入库质检 |
| | | const originalPush = VueRouter.prototype.push; |
| | | |
| | | VueRouter.prototype.push = function push(location) { |
| | |
| | | path: '/Thematic', |
| | | name: 'Thematic', |
| | | component: Thematic, |
| | | |
| | | |
| | | }, |
| | | { |
| | | path: '/', |
| | |
| | | path: '/WareInspection', |
| | | component: WareInspection, |
| | | name: 'WareInspection', |
| | | meta: { |
| | | title: '入库质检', |
| | | requireAuth: true, // 标识该路由是否需要登录 |
| | | }, |
| | | }, |
| | | { |
| | | path: '/QualityInspection', |
| | | component: QualityInspection, |
| | | name: 'QualityInspection', |
| | | meta: { |
| | | title: '入库质检', |
| | | requireAuth: true, // 标识该路由是否需要登录 |
| | |
| | | requireAuth: true, // 标识该路由是否需要登录 |
| | | }, |
| | | }, |
| | | |
| | | |
| | | { |
| | | path: '/Archive', |
| | | name: 'Archive', |