fix: sys tem avatar
This commit is contained in:
@@ -105,6 +105,18 @@ export const asyncRoutes = [
|
||||
component: () => import('@/views/spring/avatar/systemAvatar/index'),
|
||||
meta: { title: '系统头像' },
|
||||
},
|
||||
{
|
||||
path: 'avatarFrame',
|
||||
name: 'AvatarFrame',
|
||||
component: () => import('@/views/spring/avatar/avatarFrame/index'),
|
||||
meta: { title: '头像框' },
|
||||
},
|
||||
{
|
||||
path: 'avatarDecor',
|
||||
name: 'AvatarDecor',
|
||||
component: () => import('@/views/spring/avatar/avatarDecor/index'),
|
||||
meta: { title: '头像挂饰' },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user