解決方法有三種:html
1. 改用 hashHistory,在 .umirc.js或者是config.js 裏配 history: 'hash'antd
.umirc.js或者是config.js
history: 'hash'
2.靜態化,在 .umirc.js 裏配 exportStatic: trueide
.umirc.js
exportStatic: true
3.服務端配置路由 fallback 到 index.htmlui