fix: scene list

This commit is contained in:
zzc
2026-03-13 03:42:44 +08:00
parent a62e6819a4
commit 67971b9fc9
4 changed files with 352 additions and 0 deletions

View File

@@ -125,6 +125,12 @@ export const asyncRoutes = [
permissions: ['admin'],
},
children: [
{
path: 'scene',
name: 'Scene',
component: () => import('@/views/spring/blessing/scene/index'),
meta: { title: '祝福卡场景' },
},
{
path: 'template',
name: 'template',