This commit is contained in:
parent
6ff065f24f
commit
d82e3efacf
|
|
@ -65,12 +65,13 @@ export const constantRoutes = [
|
|||
path: '',
|
||||
component: Layout,
|
||||
redirect: 'index',
|
||||
permissions: ['home:page:query'],
|
||||
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/home-index/index'),
|
||||
name: 'Index',
|
||||
component: () => import('@/views/home-index/index'),
|
||||
permissions: ['home:page:query'],
|
||||
meta: { title: '首页', icon: 'dashboard', affix: true },
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue