页面刷新报错如下:
修改nginx.conf如下:
location / { root html/jeecg-web; index index.htm index.html; try_files $uri $uri/ /index.html; #解决页面刷新404问题 }
web网站刷新报错404
原文:https://blog.51cto.com/14843781/2512305