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