React Router this.props.history获取传值的方式

it2022-05-05  100

 待跳转页面:

this.props.history.push({       pathname: '/RftAddContact',       query: {         remindData,       } })

跳转目标页面:

const params = this.props.location.query.remindData;

 


最新回复(0)