fix: record page
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
zzc
2026-02-09 01:43:01 +08:00
parent 23b0ae35af
commit 43f38207bf
6 changed files with 403 additions and 18 deletions

View File

@@ -169,6 +169,12 @@ export const asyncRoutes = [
component: () => import('@/views/spring/avatar/avatarDecor/index'),
meta: { title: '头像挂饰' },
},
{
path: 'record',
name: 'AvatarRecord',
component: () => import('@/views/spring/avatar/record/index'),
meta: { title: '头像记录' },
},
],
},
{
@@ -189,6 +195,12 @@ export const asyncRoutes = [
component: () => import('@/views/spring/fortune/card/index'),
meta: { title: '抽签卡片' },
},
{
path: 'drawRecord',
name: 'DrawRecord',
component: () => import('@/views/spring/fortune/drawRecord/index'),
meta: { title: '抽签记录' },
},
],
},
{