我有这个代码,而且我总是把它重定向到家的不存在的路线。我希望当输入不存在的路由时重定向到/404
,当没有输入或/
输入时重定向到主页。
<Switch> <Route exact path="/badges" component={Badges} /> <Route exact path="/badges/new" component={NewBadge} /> <Route path="/404" component={NotFound} /> <Route path="/" component={Home} /> <Redirect from="*" to="/404" /> </Switch>
慕后森
Smart猫小萌
哈士奇WWW
相关分类