标签:页面 报错 htm code info jee file try pre
问题页面刷新报错如下:
修改nginx.conf如下:
location / {
root html/jeecg-web;
index index.htm index.html;
try_files $uri $uri/ /index.html; #解决页面刷新404问题
}
标签:页面 报错 htm code info jee file try pre
原文地址:https://blog.51cto.com/14843781/2512305