设置内容如下:<Route path="/first" component={First} />
<Route path="/first/:id" component={FirstDetail} />问题是:在first页面跳转到first:/id页面,不会刷新页面,会追加内容。请问有什么好的方法?,这两个路由对应的是不同的页面
添加回答
举报
0/150
提交
取消