React路由重定向Redirect

react路由重定向 <Switch> {/* <Route path="/" exact component={NewsPage} /> */} <Route path="/my" component={MyPage} /> <Route path="/news" component={NewsPage} />
相關文章
相關標籤/搜索