vue解决使用$http获取数据时报错的问题

今天小编就为大家分享一篇vue解决使用$http获取数据报错的问题,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧

在引用vue作为一个插件时,使用$http获取数据报错

Failed to load ****/ajaxGrainRain: Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response.

只需在后台加上

add_header 'Access-Control-Allow-Headers' 'DNT, X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range';

即可解决!

以上这篇vue解决使用$http获取数据时报错的问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/efc25c0bcbb56430f1f20e4bab9f683f.html