@@ -27,7 +27,28 @@ const routes: RouteRecordRaw = {
meta: {
title: '抽奖活动',
},
- }
+ },
+ {
+ path: 'configurate',
+ name: 'Configurate',
+ component: () => import('@/views/marketingManagement/configurate.vue'),
+ meta: {
+ title: '抽奖活动',
+ menu: false,
+ auth: []
+ children: []
+ path: 'record',
+ name: 'Record',
+ component: () => import('@/views/marketingManagement/record.vue'),
+ title: '抽奖记录',
],
}