diff --git a/src/router/modules/marketing.ts b/src/router/modules/marketing.ts index f73b1dd..c9aa186 100644 --- a/src/router/modules/marketing.ts +++ b/src/router/modules/marketing.ts @@ -42,26 +42,26 @@ const marketingRoutes: RouteConfig = { hidden: true } }, - { - path: 'promo', - component: () => import('@/views/marketing/promo.vue'), - name: 'PromoSetting', - meta: { - title: 'marketing_promo', - permissions: ['promo:read'], - icon: 'promo' - } - }, - { - path: 'points', - component: () => import('@/views/marketing/points.vue'), - name: 'PointsSetting', - meta: { - title: 'marketing_points', - permissions: ['points:read'], - icon: 'points' - } - } + // { + // path: 'promo', + // component: () => import('@/views/marketing/promo.vue'), + // name: 'PromoSetting', + // meta: { + // title: 'marketing_promo', + // permissions: ['promo:read'], + // icon: 'promo' + // } + // }, + // { + // path: 'points', + // component: () => import('@/views/marketing/points.vue'), + // name: 'PointsSetting', + // meta: { + // title: 'marketing_points', + // permissions: ['points:read'], + // icon: 'points' + // } + // } ] }