标签: reactjs react-router browser-history react-router-v4
当用户点击按钮时,我正在使用this.props.history.push('/', { signOut: true })。
this.props.history.push('/', { signOut: true })
它确实有效,但即使刷新/,数据也始终保持不变。如何才能实现它只发生一次(当用户点击按钮时),然后我就能处理逻辑:)
/
还有其他方法吗?会喜欢这个帮助; c