react-route4页面跳转不刷新问题
2018-03-12 本文已影响291人
码代码的小公举
- push会改变router但是不会刷新页面!
- 想要刷新页面做法可以是: history.go()!(其他方式网上有安装其他依赖去解决。)
this.props.history.push('/car')
this.props.history.go()
this.props.history.push('/car')
this.props.history.go()