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