| | |
| | | path: 'KanbanDisplay2/kanbanDisplay2', |
| | | name: 'kanbanDisplay2', |
| | | component: () => import('../views/KanbanDisplay2/kanbanDisplay2.vue'), |
| | | props: true, |
| | | children: [ |
| | | { |
| | | path: '/KanbanDisplay2/kanbanDisplay2', |
| | | name: 'kanbanDisplay2', |
| | | component: () => import('../views/KanbanDisplay2/kanbanDisplay2.vue'), |
| | | props: true |
| | | } |
| | | ] |
| | | }, |
| | |
| | | ] |
| | | }, |
| | | { |
| | | /*----------- 报表 ----------------*/ |
| | | path: 'MechanicalReport/mechanicalReport', |
| | | name: 'mechanicalReport', |
| | | component: () => import('../views/MechanicalReport/mechanicalReport.vue'), |
| | | children: [ |
| | | { |
| | | path: '/MechanicalReport/mechanicalReport', |
| | | name: 'mechanicalReport', |
| | | component: () => import('../views/MechanicalReport/mechanicalReport.vue'), |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | /*----------- 设备状态 ----------------*/ |
| | | path: 'MechanicalMonitor/mechanicalMonitor', |
| | | name: 'mechanicalMonitor', |