فهرست منبع

fix:修改路由

wuguojie 1 سال پیش
والد
کامیت
a51498ef11
1فایلهای تغییر یافته به همراه22 افزوده شده و 1 حذف شده
  1. 22 1
      src/router/modules/marketing.ts

+ 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: []
+    },
   ],
 }