Loading... ``` #解决跨域问题 location ^ ~/api/ { proxy_pass https://api.shop.eduwork.cn; #后端接口地址 } #解决浏览器刷新404问题 location / { # ... # 增加下列命令,index.html可换为项目中使用的其它文件名 try_files $uri $uri/ /index.html; } ``` Last modification:September 11, 2023 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 如果觉得我的文章对你有用,请随意赞赏