码迷,mamicode.com
首页 > 其他好文 > 详细

React中设置404页面

时间:2020-10-19 22:16:06      阅读:22      评论:0      收藏:0      [点我收藏+]

标签:java   path   not   redirect   asc   rip   tor   页面   rect   

<Switch>
                                <Redirect exact={true} from="/" to="/home"></Route>
                                <Route path="/home" component={HomeCom}></Route>
                                <Route path="/monitor" component={MonitorCom}></Route>
                                <Route path="/workbench" component={WorkbenchCom}>
                                <Route component={NotFound}></Route>
</Switch>

  

React中设置404页面

标签:java   path   not   redirect   asc   rip   tor   页面   rect   

原文地址:https://www.cnblogs.com/samve/p/13837717.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!