|
@@ -2655,8 +2655,8 @@ export const asyncRouterMap = [
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
title: '产品上线信息',
|
|
|
- icon: 'rise'
|
|
|
- // permission: 'M_productLaunchInfoList'
|
|
|
+ icon: 'rise',
|
|
|
+ permission: 'M_productLaunchInfoList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -2667,8 +2667,8 @@ export const asyncRouterMap = [
|
|
|
meta: {
|
|
|
title: '产品上线信息列表',
|
|
|
icon: 'rise',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_productLaunchInfoList'
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_productLaunchInfoList'
|
|
|
}
|
|
|
}
|
|
|
]
|