let materialTypeItem: ISubItem = { path: 'materialtype', label:
<NoneDecorationLink style={{ color: 'white' }}
to='/t_base_materiel_type'>物料类型管理</NoneDecorationLink> }
materialManItems.children.push(materialTypeItem);
let materialItem: ISubItem = { path: 'material', label:
<NoneDecorationLink style={{ color: 'white' }}
to='/t_base_materiel'>物料管理</NoneDecorationLink> }
materialManItems.children.push(materialItem);
标签:ISubItem,admin,materialItem,material,materialManItems,react,path,label,children From: https://blog.51cto.com/u_15460007/7495403path相同页面数据相同