Commit 51f06b6a by maolipeng

fix:菜单修改,。。。

parent 23e7fe66
......@@ -147,7 +147,7 @@ function Aside(props: any) {
key={item.groupCode}
icon={selectKey === item.groupCode ? <img src={item.selectImg} className="icon-img"></img>:<img src={item.img} className="icon-img"></img>}
>
{item.groupName}
{menuType ? item.groupName : ""}
</Menu.Item>
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment