我有一个组件,它返回上一页。我使用它:this.props.history.goBack();
但我想要回到两个级别。我已经尝试了许多事情this.props.history.goBack(-2);
,但我没有实现这一点。我正在使用ReactRouter v4。
我怎么能这样做?谢谢。
答案 0 :(得分:4)
使用Started ==> InProgress ==> Break ==> InProgress ==> Done
答案 1 :(得分:0)
这与Redux没有任何关系。 this.props.history.go
使用window.history
而不是Redux