设置内容如下:
<Route path="/first" component={First} />
<Route path="/first/:id" component={FirstDetail} />
问题是:在first页面跳转到first:/id页面,不会刷新页面,会追加内容。请问有什么好的方法?,这两个路由对应的是不同的页面
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号