feat: blessing card
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user