huang
2025-05-20 2c2413760b6467bf62402dba7338bd3bbcbd7341
UI-Project/src/router/index.js
@@ -93,11 +93,13 @@
          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
            }
          ]
        },
@@ -115,6 +117,19 @@
          ]
        },
        {
          /*----------- 报表 ----------------*/
          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',