导航到某些路径后清除位置状态

导航到某些路径后清除位置状态,第1张

导航到某些路径后清除位置状态

我认为您可以使用browserHistory

replace
方法将历史状态替换
somevalue
未定义的新状态:

export class myComponent extends component {    componentWillMount() {        const value = this.props.location.state.somevalue;       // clear state.somevalue from history        browserHistory.replace({pathname: '/mycomponent',state: {}       });    }}


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5088501.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-16
下一篇 2022-11-16

发表评论

登录后才能评论

评论列表(0条)

保存