修改index.js
This commit is contained in:
@@ -79,14 +79,6 @@ export const constantRoutes = [
|
|||||||
redirect: 'noredirect',
|
redirect: 'noredirect',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'profile',
|
|
||||||
component: () => import('@/views/system/user/profile/index'),
|
|
||||||
name: 'Profile',
|
|
||||||
meta: { title: '个人中心', icon: 'user' },
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
];
|
|
||||||
meta: { title: '个人中心', icon: 'user' }
|
meta: { title: '个人中心', icon: 'user' }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user