React 页面跳转传值

页面跳转传值:value

router.push({ pathname: '/list', state: value });

list页面取值:

const { location: { state } } = this.props;