react中antd刷新页面及后退时菜单栏高亮问题

2019-05-05  本文已影响0人  jia林

左侧菜单刷新无法高亮用 withRouter,设置selectedKeys属性,

1、引用import { withRouter} from "react-router-dom",用withRouter包裹返回的属性值history:
export default withRouter(SideNav),
2、Menu的selectedKeys赋值:
selectedKeys={[this.props.history.location.pathname]}

image.png
上一篇下一篇

猜你喜欢

热点阅读