react-router 使用 browserHistory 遇到的问题
react-router 中 history
- browserHistory
- hashHistory
hashHistory 路径会带#
browserHistory get请求时会走服务端,服务端只对 / 路径做处理返回 index.html ,当请求其他路径时找不到匹配返回 404
所以使用browserHistory 时,需要当访问其他路径时,服务端也返回 index.h...
原创
2019-08-09 13:11:12 ·
2793 阅读 ·
0 评论