| | |
| | | ] |
| | | }, |
| | | // 样机标签打印路由 |
| | | { |
| | | path: '/main/bq', |
| | | component: Layout, |
| | | children: [ |
| | | { |
| | | path: 'prototypeLabelPrinting', |
| | | component: () => import('@/views/main/bq/prototypeLabelPrinting'), |
| | | name: 'PrototypeLabelPrinting', |
| | | meta: { title: '样机标签打印', icon: 'printer' } |
| | | } |
| | | ] |
| | | }, |
| | | // { |
| | | // path: '/main/bq', |
| | | // component: Layout, |
| | | // children: [ |
| | | // { |
| | | // path: 'prototypeLabelPrinting', |
| | | // component: () => import('@/views/main/bq/prototypeLabelPrinting'), |
| | | // name: 'PrototypeLabelPrinting', |
| | | // meta: { title: '样机标签打印', icon: 'printer' } |
| | | // } |
| | | // ] |
| | | // }, |
| | | // 匹配所有路径 |
| | | { |
| | | path: '*', |