|
@@ -3225,8 +3225,8 @@ export const asyncRouterMap = [
|
|
|
component: PageView,
|
|
|
meta: {
|
|
|
title: '促销管理',
|
|
|
- icon: 'contacts'
|
|
|
- // permission: 'M_promotionInfoList'
|
|
|
+ icon: 'contacts',
|
|
|
+ permission: 'M_promotionInfo'
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -3236,8 +3236,8 @@ export const asyncRouterMap = [
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
title: '促销活动',
|
|
|
- icon: 'contacts'
|
|
|
- // permission: 'M_promotionInfoList'
|
|
|
+ icon: 'contacts',
|
|
|
+ permission: 'M_promotionInfoList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -3248,8 +3248,8 @@ export const asyncRouterMap = [
|
|
|
meta: {
|
|
|
title: '促销活动列表',
|
|
|
icon: 'contacts',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_promotionInfoList'
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_promotionInfoList'
|
|
|
}
|
|
|
}
|
|
|
]
|