通过Link点击能够跳转,但是刷新,或者直接从地址栏输入,会显示 not fount(只有根路径没问题)
参考这个 commit,https://github.com/dvajs/dva/commit/799f8e8445d4f2fe648bea126dd4266377db40c6 。
npm install dora-plugin-browser-history --save-dev
package.json
script
"start": "dora --plugins \"proxy,webpack,webpack-hmr,browser-history?index=/src/index.html\"",
tnpm start
Most helpful comment
参考这个 commit,https://github.com/dvajs/dva/commit/799f8e8445d4f2fe648bea126dd4266377db40c6 。