Commit 68364144 by maolipeng

Merge branch 'feature/maolipeng/youhua' into dev

parents e23cd123 51f06b6a
......@@ -259,7 +259,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