fix:道路资产
This commit is contained in:
+6
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user