vue axios请求出错No 'Access-Control-Allow-Origin' header is present on the requested resource

No 'Access-Control-Allow-Origin' header is present on the requested resource
即没有在服务器资源上面添加 Access-Control-Allow-Origin
因此不支持跨域访问。

我使用的是ThinkPhp框架,因此是使用PHP中写的代码。
配置方法如下

参考于:PHP下ajax跨域的解决方案之CORS

你可能感兴趣的:(vue axios请求出错No 'Access-Control-Allow-Origin' header is present on the requested resource)