返回2页 - React-Router - ReactJS -

时间:2017-06-06 01:37:16

标签: reactjs react-router

我有一个组件,它返回上一页。我使用它:this.props.history.goBack();但我想要回到两个级别。我已经尝试了许多事情this.props.history.goBack(-2);,但我没有实现这一点。我正在使用ReactRouter v4。

我怎么能这样做?谢谢。

2 个答案:

答案 0 :(得分:4)

使用Started ==> InProgress ==> Break ==> InProgress ==> Done

正如它所描述的那样 https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/api/history.md

答案 1 :(得分:0)

这与Redux没有任何关系。 this.props.history.go使用window.history而不是Redux