这里使用的是4.31版本的react-router-dom
"react-router-dom": "^4.3.1",
直接使用以下代码即可实现路由跳转
this.props.history.push("/dashboard/add")