| | |
| | | path: '/router', |
| | | name: 'router', |
| | | component: () => import('@/views/basicinfo/router.vue') |
| | | }, { |
| | | path: '/boxing', |
| | | name: 'boxing', |
| | | component: () => import('@/views/basicinfo/boxing.vue') |
| | | }, { |
| | | path: '/boxingDetail', |
| | | name: 'boxingDetail', |
| | | component: () => import('@/views/basicinfo/boxingDetail.vue') |
| | | }, { |
| | | path: '/formula', |
| | | name: 'formula', |
| | | component: () => import('@/views/basicinfo/formula.vue') |
| | | }, { |
| | | path: '/formulaDetail', |
| | | name: 'formulaDetail', |
| | | component: () => import('@/views/basicinfo/formulaDetail.vue') |
| | | }, { |
| | | path: '/processInfo', |
| | | name: 'processInfo', |
| | | component: () => import('@/views/basicinfo/processInfo.vue') |
| | | }, { |
| | | path: '/processInfoDetail', |
| | | name: 'processInfoDetail', |
| | | component: () => import('@/views/basicinfo/processInfoDetail.vue') |
| | | }, { |
| | | path: '/scanStation', |
| | | name: 'scanStation', |
| | | component: () => import('@/views/basicinfo/scanStation.vue') |
| | | }] |
| | | |
| | | export default viewgird |