hashrouter刷新报错,this.props.location.state为undefined

我从A页面带参数跳转到B页面

this.props.history.push({ pathname: '/send_msg', state: { query: obj } })

此时在B页面能取到this.props.location.state
https://img2.mukewang.com/5c663907000141fe04200486.jpg

但是刷新B页面,this.props.location.state就变成了undefined,求解如何处理?

https://img3.mukewang.com/5c66391200018bd504040396.jpg



慕盖茨4494581
浏览 1157回答 1
1回答

翻翻过去那场雪

刷新肯定会报错,因为你的参数是从前一个页面带过来的,正确的做法是用路由参数,可以放在 query 里边,这样参数保存在 url 里,就不怕刷新了
打开App,查看更多内容
随时随地看视频慕课网APP