路线大屏页面创建

This commit is contained in:
2024-09-25 09:45:16 +08:00
parent 26686e62e4
commit 1cbafa71d1
6 changed files with 263 additions and 21 deletions
+5
View File
@@ -46,6 +46,11 @@ export const constantRoutes = [
component: () => import('@/views/login'),
hidden: true
},
{
path: '/bigscreen',
component: () => import('@/views/bigscreen'),
hidden: true
},
{
path: '/register',
component: () => import('@/views/register'),