react-router /运行良好,但其他人无法转换404的组件

时间:2018-04-13 09:45:00

标签: reactjs react-router

当我使用反应路由器时,只有根路由器的组件可以很好地显示,其他错误,路由器将改变但页面不能出现,主要代码:

RewriteEngine On

RewriteCond %{THE_REQUEST} team [NC]
RewriteRule ^team http://sitename.co.uk/about? [L,R=301,NC]

当我打开localhost:3000时没关系:

enter image description here

但是当我打开localhost:3000 / graduRequirements时,它不能出现在GraduationRequirements组件的页面上

1 个答案:

答案 0 :(得分:0)

我不知道我的回答是否对您有所帮助。我试着说:

<Route exact path='/' component={Menu}/>

如果没有这个React认为其他路径使用component = {Menu}