fix: title
This commit is contained in:
@@ -73,6 +73,12 @@ export const asyncRoutes = [
|
||||
component: () => import('@/views/spring/blessing/template/index'),
|
||||
meta: { title: '祝福卡模版' },
|
||||
},
|
||||
{
|
||||
path: 'titleTemplate',
|
||||
name: 'titleTemplate',
|
||||
component: () => import('@/views/spring/blessing/titleTemplate/index'),
|
||||
meta: { title: '图片标题模版' },
|
||||
},
|
||||
{
|
||||
path: 'contentTemplate',
|
||||
name: 'contentTemplate',
|
||||
|
||||
Reference in New Issue
Block a user