|
@@ -2479,7 +2479,7 @@ export const asyncRouterMap = [
|
|
meta: {
|
|
meta: {
|
|
title: '冻结产品报表',
|
|
title: '冻结产品报表',
|
|
icon: 'profile',
|
|
icon: 'profile',
|
|
- // permission: 'M_frozenProductReportList'
|
|
|
|
|
|
+ permission: 'M_frozenProductReportList'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
@@ -2491,7 +2491,7 @@ export const asyncRouterMap = [
|
|
title: '冻结产品报表列表',
|
|
title: '冻结产品报表列表',
|
|
icon: 'profile',
|
|
icon: 'profile',
|
|
hidden: true,
|
|
hidden: true,
|
|
- // permission: 'M_frozenProductReportList'
|
|
|
|
|
|
+ permission: 'M_frozenProductReportList'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
]
|