fix: sys tem avatar
This commit is contained in:
@@ -87,6 +87,26 @@ export const asyncRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'avatar',
|
||||
component: EmptyLayout,
|
||||
alwaysShow: true,
|
||||
redirect: 'noRedirect',
|
||||
name: 'Avatar',
|
||||
meta: {
|
||||
title: '头像',
|
||||
icon: 'user',
|
||||
permissions: ['admin'],
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'systemAvatar',
|
||||
name: 'SystemAvatar',
|
||||
component: () => import('@/views/spring/avatar/systemAvatar/index'),
|
||||
meta: { title: '系统头像' },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'fortune',
|
||||
component: EmptyLayout,
|
||||
|
||||
Reference in New Issue
Block a user