1、使用了browserhistory:
import createHistory from 'history/createBrowserHistory';
const history = createHistory();
2、BrowserRouter如下:
3、MainPage 组件中使用了嵌套的子组件:
4、服务器使用的 webpack-dev-server , 加了 --history-api-fallback
问题:页面正常显示,但是刷新 /cw/dsh
或者 /cw/t1
这种子组件路由的页面时,404 not found , 进入/cw
路由时虽然没有组件显示但并不是404.
其实是 bundle.js 引入路径的问题: