|
@@ -3692,8 +3692,8 @@ export const asyncRouterMap = [
|
|
component: BlankLayout,
|
|
component: BlankLayout,
|
|
meta: {
|
|
meta: {
|
|
title: '促销产品',
|
|
title: '促销产品',
|
|
- icon: 'file-ppt'
|
|
|
|
- // permission: 'M_promotionalProducts'
|
|
|
|
|
|
+ icon: 'file-ppt',
|
|
|
|
+ permission: 'M_promoProduct'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
@@ -3704,8 +3704,8 @@ export const asyncRouterMap = [
|
|
meta: {
|
|
meta: {
|
|
title: '促销产品列表',
|
|
title: '促销产品列表',
|
|
icon: 'file-ppt',
|
|
icon: 'file-ppt',
|
|
- hidden: true
|
|
|
|
- // permission: 'M_promoProductList'
|
|
|
|
|
|
+ hidden: true,
|
|
|
|
+ permission: 'M_promoProductList'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
]
|