标签: react-router-redux
在react-router-redux中,我可以将params传递给push(location, params),然后通过ownProps访问它们,但我不能对goBack执行相同操作。基本上我想用params弹出我的历史,以便前一个视图可以执行特定的操作。
push(location, params)
ownProps
goBack
有什么想法吗?