路由形式如下,id为参数: xxx/xxx/:id 在该页面中获取id: const id = this.props.match.prarms.id 跳转至该路由: this.props.history.push(`/xxx/xxx/${id}`)