wangfei
2025-03-20 30463ba47d661d49d88ee8e43b2dcdb41d2e6090
UI-Project/src/router/index.js
@@ -446,6 +446,18 @@
                     },
                   ]
                  },
                  {
                   path: '/statistics',
                    name: 'statistics',
                    component: () => import('../views/largescreendisplay/statistics.vue'),
                    children: [
                      {
                       path: '/largescreendisplay/statistics',
                       name: 'statistics',
                       component: () => import('../views/largescreendisplay/statistics.vue')
                      },
                    ]
                   },
  ]
})
// 导航守卫