| | |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/productionstatistics', |
| | | name: 'productionstatistics', |
| | | component: () => import('../views/largescreendisplay/productionstatistics.vue'), |
| | | children: [ |
| | | { |
| | | path: '/largescreendisplay/productionstatistics', |
| | | name: 'productionstatistics', |
| | | component: () => import('../views/largescreendisplay/productionstatistics.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | path: '/timeaxis', |
| | | name: 'timeaxis', |
| | | component: () => import('../views/largescreendisplay/timeaxis.vue'), |
| | | children: [ |
| | | { |
| | | path: '/largescreendisplay/timeaxis', |
| | | name: 'timeaxis', |
| | | component: () => import('../views/largescreendisplay/timeaxis.vue') |
| | | }, |
| | | ] |
| | | } |
| | | ] |
| | | }) |
| | | // 导航守卫 |