标签: reactjs react-router
答案 0 :(得分:1)
您可以在handleCategories方法
handleCategories
handleCategories = ({ target } => { this.props.history.push(`/foo/${target.value}`); }
答案 1 :(得分:0)
this.props.history.push更改网址,但不加载/渲染页面