如何向withRouter包裹的组件传递除history,location,match以外的props值

#1

父组件如下

子组件用withRouter包裹

编译时报错,无法向MusicList上传入的其他props

#2

问题已经解决,但是绕了弯路,将父组件用withRouter然后传递一个back方法回退,最终估计用connected-react-router来解决这个问题