fix:道路资产

This commit is contained in:
2024-10-18 17:31:35 +08:00
parent 78fd3b7c43
commit c720a8b0c0
54 changed files with 2472 additions and 3 deletions
+6 -1
View File
@@ -46,6 +46,11 @@ export const constantRoutes = [
component: () => import('@/views/login'),
hidden: true
},
{
path: '/screen',
component: () => import('@/views/big-screen/index'),
hidden: true
},
{
path: '/bigscreen',
component: () => import('@/views/bigscreen'),
@@ -69,7 +74,7 @@ export const constantRoutes = [
{
path: '',
component: Layout,
redirect: 'index',
redirect: 'screen',
children: [
{
path: 'index',