wuguojie 1 жил өмнө
parent
commit
a51498ef11

+ 22 - 1
src/router/modules/marketing.ts

@@ -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'),
+      meta: {
+        title: '抽奖记录',
+        auth: []
+      },
+      children: []
+    },
   ],
 }