From 598e83259a81de30d3bb39fdd682b8d541f67a2f Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 21 Apr 2021 20:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E4=BC=98=E6=83=A0=E7=A0=81?= =?UTF-8?q?=E5=92=8C=E7=A7=AF=E5=88=86=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/marketing.ts | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) 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' + // } + // } ] }