//Switch 内的 Route 只会渲染匹配到的Route内容。 <Switch></Switch>
// exact 只有完全匹配到才会 渲染 <Route path="/" exact component={App} />
https://reacttraining.com/react-router/web/guides/quick-start
//Switch 内的 Route 只会渲染匹配到的Route内容。 <Switch></Switch>
// exact 只有完全匹配到才会 渲染 <Route path="/" exact component={App} />
https://reacttraining.com/react-router/web/guides/quick-start
转载于:https://my.oschina.net/zhubaoxin/blog/2945674