This commit is contained in:
@@ -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: '抽签记录' },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user