隐藏优惠码和积分设置
This commit is contained in:
parent
1b5dfd0bc7
commit
598e83259a
@ -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'
|
||||
// }
|
||||
// }
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user