Commit 246fd23c authored by afc163's avatar afc163

fix menu

parent eca38b9c
...@@ -198,6 +198,7 @@ class BasicLayout extends React.PureComponent { ...@@ -198,6 +198,7 @@ class BasicLayout extends React.PureComponent {
<Menu <Menu
theme="dark" theme="dark"
mode="inline" mode="inline"
openKeys={this.state.openKeys}
onOpenChange={this.handleOpenChange} onOpenChange={this.handleOpenChange}
selectedKeys={this.getCurrentMenuSelectedKeys()} selectedKeys={this.getCurrentMenuSelectedKeys()}
style={{ margin: '24px 0', width: '100%' }} style={{ margin: '24px 0', width: '100%' }}
......
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