从 /test/1 跳转到 /test/2 ,url改变了,页面没重新渲染
this.props.history.push("/another") var $this = this setTimeout(function(){ $this.props.history.push("/destination/"+param) },100)