在nginx配置中加入try_files $uri $uri/ /index.html; 如下:
location / { try_files $uri $uri/ /index.html; #解决页面刷新404 }