|
@@ -667,6 +667,27 @@ export const dynamicRoutes = [
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
+ //****************** 签到管理 *******************//
|
|
|
|
+
|
|
|
|
+ // 抽奖配置
|
|
|
|
+ {
|
|
|
|
+ name: 'registrationLottery',
|
|
|
|
+ path: '/registration',
|
|
|
|
+ component: Layout,
|
|
|
|
+ hidden: true,
|
|
|
|
+ permissions: ['registration:lottery:list'],
|
|
|
|
+ children: [{
|
|
|
|
+ name: 'registrationLotteryDetail',
|
|
|
|
+ path: 'lottery/detail',
|
|
|
|
+ component: () => import('@/views/registration/lottery/detail'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '配置详情',
|
|
|
|
+ activeMenu: '/registration/lottery'
|
|
|
|
+ }
|
|
|
|
+ }]
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -865,23 +886,7 @@ export const dynamicRoutes = [
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
|
|
|
|
- // 签到管理
|
|
|
|
- // 抽奖配置
|
|
|
|
- {
|
|
|
|
- path: '/registration',
|
|
|
|
- component: Layout,
|
|
|
|
- hidden: true,
|
|
|
|
- permissions: ['registration:lotteryConfig:list'],
|
|
|
|
- children: [{
|
|
|
|
- path: 'lotteryConfig/detail',
|
|
|
|
- component: () => import('@/views/registration/lottery/detail'),
|
|
|
|
- name: 'lotteryConfigDetail',
|
|
|
|
- meta: {
|
|
|
|
- title: '配置详情',
|
|
|
|
- activeMenu: '/registration/lotteryConfig'
|
|
|
|
- }
|
|
|
|
- }]
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
// 内容配置
|
|
// 内容配置
|
|
{
|
|
{
|
|
path: '/registration',
|
|
path: '/registration',
|