隐藏优惠码和积分设置

This commit is contained in:
zhl 2021-04-21 20:39:57 +08:00
parent 1b5dfd0bc7
commit 598e83259a

View File

@ -42,26 +42,26 @@ const marketingRoutes: RouteConfig = {
hidden: true hidden: true
} }
}, },
{ // {
path: 'promo', // path: 'promo',
component: () => import('@/views/marketing/promo.vue'), // component: () => import('@/views/marketing/promo.vue'),
name: 'PromoSetting', // name: 'PromoSetting',
meta: { // meta: {
title: 'marketing_promo', // title: 'marketing_promo',
permissions: ['promo:read'], // permissions: ['promo:read'],
icon: 'promo' // icon: 'promo'
} // }
}, // },
{ // {
path: 'points', // path: 'points',
component: () => import('@/views/marketing/points.vue'), // component: () => import('@/views/marketing/points.vue'),
name: 'PointsSetting', // name: 'PointsSetting',
meta: { // meta: {
title: 'marketing_points', // title: 'marketing_points',
permissions: ['points:read'], // permissions: ['points:read'],
icon: 'points' // icon: 'points'
} // }
} // }
] ]
} }