大屏页面初始化

This commit is contained in:
2026-03-09 17:20:57 +08:00
parent 03c61b4501
commit 386854bf66
12 changed files with 1021 additions and 17 deletions

View File

@@ -103,11 +103,6 @@ const routes = [
component: BigScreenWork
},
...generateBigScreenRoutes(),
{
path: '/:pathMatch(.*)*',
name: 'BigScreen404',
component: Page404
}
]
},
{