我从A页面带参数跳转到B页面
this.props.history.push({ pathname: '/send_msg', state: { query: obj } })
此时在B页面能取到this.props.location.state
但是刷新B页面,this.props.location.state就变成了undefined,求解如何处理?
翻翻过去那场雪
相关分类