美文网首页
react-router获取url上参数

react-router获取url上参数

作者: 一个废人 | 来源:发表于2018-07-13 15:43 被阅读184次

    如若react-router下是:

    <div className="root-router">
            <Route path="/map/:type" component={MapPage} />
          </div>
    

    则在MapPage下取参数为:

    const mapType = this.props.match.params.type
    

    相关文章

      网友评论

          本文标题:react-router获取url上参数

          本文链接:https://www.haomeiwen.com/subject/ldxspftx.html