代码提交
This commit is contained in:
parent
168996c3a2
commit
bc8250e7eb
|
|
@ -68,8 +68,22 @@ export const constantRoutes = [
|
|||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/index'),
|
||||
component: () => import('@/views/screen/wsScreen/index'),
|
||||
name: 'Index',
|
||||
meta: { title: '首页', icon: 'dashboard', affix: true }
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '',
|
||||
component: Layout,
|
||||
redirect: 'index1',
|
||||
children: [
|
||||
{
|
||||
path: 'index1',
|
||||
component: () => import('@/views/index'),
|
||||
name: 'Index1',
|
||||
meta: { title: '快捷导航', icon: 'dashboard', affix: true }
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue