参考:https://blog.csdn.net/qq_43059674/article/details/110296807
location / {
try_files $uri $uri/ @router;
index index.html;
}
location @router {
rewrite ^.*$ /index.html last;
参考:https://blog.csdn.net/qq_43059674/article/details/110296807
location / {
try_files $uri $uri/ @router;
index index.html;
}
location @router {
rewrite ^.*$ /index.html last;
Nginx配置vue-element-admin代码 访问正常 刷新404解决方案
欢迎关注前端早茶,与广东靓仔携手共同进阶 前端早茶专注前端
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M