1
This commit is contained in:
@@ -243,6 +243,23 @@ export const dynamicRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
// 礼金管理
|
||||
{
|
||||
path: '/giftcoupon',
|
||||
component: Layout,
|
||||
redirect: 'noredirect',
|
||||
name: 'GiftCoupon',
|
||||
meta: { title: '礼金管理', icon: 'money' },
|
||||
permissions: ['system:giftcoupon:list'],
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/system/giftcoupon/index'),
|
||||
name: 'GiftCouponIndex',
|
||||
meta: { title: '礼金列表', icon: 'gift' }
|
||||
}
|
||||
]
|
||||
},
|
||||
// 系统管理
|
||||
{
|
||||
path: '/system',
|
||||
|
||||
Reference in New Issue
Block a user