摘要: 1.路由表配置:参数地址栏显示 <Route path="/list/:id" component={List} />html:<Link to='/list/2' >跳转列表页面</Link>Js: this.props.history.push('/list/2');List页面接收:conso 阅读全文
posted @ 2020-06-11 18:13 小魏code 阅读(5591) 评论(0) 推荐(0)