Nginx配置跨域
add_header "Access-Control-Allow-Origin" "*"; add_header 'Access-Control-Allow-Headers' 'Authorization, Content-Type, If-Match, If-Modified-Since, If-None-Match, If-Unmodified-Since, X-Requested-With'; add_header "Access-Control-Allow-Methods" "GET, POST, PATCH, PUT, DELETE";
-------------本文结束感谢您的阅读-------------