react中路由参数获取不到

路由: <Route path="/datareport/:name" component={ReportIndex}></Route>;
接收: `componentWillMount(){

   document.title="名称"+this.props.params.name;
}`

访问:http://localhost:3000/datareport/3
为何出错说没有name属性

慕丝7291255
浏览 383回答 1
1回答

慕尼黑5688855

检查是否在 ReportIndex 执行的,
打开App,查看更多内容
随时随地看视频慕课网APP