隐藏优惠码和积分设置

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
}
},
{
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'
// }
// }
]
}