this.props.history.push('/community', { id: 1 })
this.props.history.push('/community', {
id: 1
})
获取参数: const id = this.props.location.state.id