1.index.js提取的頁面結構組件,SliderBar中跳轉鏈接,content中是配置的路由,這樣導致的一個問題是路由改變,頁面內容沒有刷新

2.SliderBar.js
3.配置的路由
2.解決方式是,
BrowserRouter提取到外層index.js中,保證項目中只有一個<Router>
另外其他react-router-dom下BrowserRouter和HashRouter不刷新問題
可以參考https://blog.csdn.net/h_doum/article/details/94738604