zhoushihao
2025-06-06 4e3b8155722b66e25df3c6fd42cc586b68dea391
UI-Project/src/router/index.js
@@ -490,6 +490,30 @@
                      },
                    ]
                   },
                   {
                    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')
                       },
                     ]
                    }
  ]
})
// 导航守卫