📅  最后修改于: 2022-03-11 15:01:35.910000             🧑  作者: Mango
import {withRouter} from 'react-router-dom';
this.props.history.push('route');
export default withRouter(your component name)
the react component should be wrapped with withRouter hoc
so that history will work