通过Nginx 代理转发配置实现跨域(API代理转发) ... server_name 127.0.0.1; location / { proxy_pass http://127.0.0.1:3000; } location ~ /api/ ...
確定! 回上一頁