Commit 4539f788 by maolipeng

fix:一级菜单默认选中状态

parent 51f06b6a
......@@ -115,6 +115,7 @@ function Aside(props: any) {
<Menu
style={{ minHeight: "100%", background: '#0E1935' }}
selectedKeys={selectKey}
inlineCollapsed={collapsed}
mode={menuType ? "inline" : "vertical"}
>
......
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