This commit is contained in:
@@ -149,6 +149,12 @@ export const asyncRoutes = [
|
||||
component: () => import('@/views/spring/blessing/titleTemplate/index'),
|
||||
meta: { title: '图片标题模版' },
|
||||
},
|
||||
{
|
||||
path: 'music',
|
||||
name: 'Music',
|
||||
component: () => import('@/views/spring/blessing/music/index'),
|
||||
meta: { title: '背景音乐' },
|
||||
},
|
||||
{
|
||||
path: 'contentTemplate',
|
||||
name: 'contentTemplate',
|
||||
@@ -201,18 +207,18 @@ export const asyncRoutes = [
|
||||
permissions: ['admin'],
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'systemAvatar',
|
||||
name: 'SystemAvatar',
|
||||
component: () => import('@/views/spring/avatar/systemAvatar/index'),
|
||||
meta: { title: '系统头像' },
|
||||
},
|
||||
{
|
||||
path: 'avatarCategory',
|
||||
name: 'AvatarCategory',
|
||||
component: () => import('@/views/spring/avatar/category/index'),
|
||||
meta: { title: '头像类型' },
|
||||
},
|
||||
{
|
||||
path: 'systemAvatar',
|
||||
name: 'SystemAvatar',
|
||||
component: () => import('@/views/spring/avatar/systemAvatar/index'),
|
||||
meta: { title: '系统头像' },
|
||||
},
|
||||
{
|
||||
path: 'avatarFrame',
|
||||
name: 'AvatarFrame',
|
||||
|
||||
Reference in New Issue
Block a user