fix: avatar page

This commit is contained in:
zzc
2026-03-17 10:17:16 +08:00
parent f9eed6f020
commit 897179d48e
3 changed files with 256 additions and 0 deletions

View File

@@ -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',