feat: blessing card

This commit is contained in:
zzc
2026-01-19 21:45:01 +08:00
parent 3eebbe5e8b
commit dbd4140d2c
5 changed files with 316 additions and 1 deletions

View File

@@ -55,6 +55,26 @@ export const asyncRoutes = [
name: 'SpringMini',
meta: { title: '新春祝福', icon: 'gift', permissions: ['admin'] },
children: [
{
path: 'blessing',
component: EmptyLayout,
alwaysShow: true,
redirect: 'noRedirect',
name: 'Blessing',
meta: {
title: '祝福卡片',
icon: 'clover',
permissions: ['admin'],
},
children: [
{
path: 'template',
name: 'template',
component: () => import('@/views/spring/blessing/template/index'),
meta: { title: '祝福卡模版' },
},
],
},
{
path: 'fortune',
component: EmptyLayout,