fix: title

This commit is contained in:
zzc
2026-02-05 18:59:48 +08:00
parent f524b4e00f
commit d50af82fb8
5 changed files with 374 additions and 1 deletions

View File

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