fix: avatar page
This commit is contained in:
@@ -207,6 +207,12 @@ export const asyncRoutes = [
|
||||
component: () => import('@/views/spring/avatar/systemAvatar/index'),
|
||||
meta: { title: '系统头像' },
|
||||
},
|
||||
{
|
||||
path: 'avatarCategory',
|
||||
name: 'AvatarCategory',
|
||||
component: () => import('@/views/spring/avatar/category/index'),
|
||||
meta: { title: '头像类型' },
|
||||
},
|
||||
{
|
||||
path: 'avatarFrame',
|
||||
name: 'AvatarFrame',
|
||||
|
||||
Reference in New Issue
Block a user