路由: <Route path="/datareport/:name" component={ReportIndex}></Route>;接收: `componentWillMount(){
document.title="名称"+this.props.params.name;
}`
访问:http://localhost:3000/datareport/3为何出错说没有name属性
- 1 回答
- 0 关注
- 382 浏览
添加回答
举报
0/150
提交
取消