nginx 配置/apis 替换为http://xxx.com/api/v2 server { // 添加下面三行 location /apis { add_header 'Access-Control-Allow-Origin' '*'; proxy_pass ...
確定! 回上一頁