🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
一、在Think[php](https://www.oschina.net/p/php)5入口文件public/index.[php](https://www.oschina.net/p/php),添加如下代码即可解决。 header("Access-Control-Allow-Origin:\*"); header("Access-Control-Allow-Methods:GET, POST, OPTIONS, DELETE"); header("Access-Control-Allow-Headers:DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type, Accept-Language, Origin, Accept-Encoding"); 二、index.[php](https://www.oschina.net/p/php)中的实际代码: ![](https://oscimg.oschina.net/oscnet/up-ab3d0a0b574119f184e416c1be130939c7c.png)