十年网站开发经验 + 多家企业客户 + 靠谱的建站团队
量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决
从 /test/1 跳转到 /test/2 ,url改变了,页面没重新渲染
this.props.history.push("/another") var $this = this setTimeout(function(){ $this.props.history.push("/destination/"+param) },100)