react-router 提供了一个withRouter组件
    withRouter可以包装任何自定义组件,将react-router 的 history,location,match 三个对象传入。
    无需一级级传递react-router 的属性,当需要用的router 属性的时候,将组件包一层withRouter,就可以拿到需要的路由信息
    https://blog.csdn.net/ISaiSai/article/details/78094556