我这里碰到一个页面跨域的问题。
使用场景是:手机浏览器,pc浏览器
使用技术:mui 【不包含h5+】
期望调用另外一个域名提供的api接口。
测试中是使用mui,ajax来写的,报错:
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8020' is therefore not allowed access."
对于网上说的设置页面head标签的,试过问题依旧存在。
我所知道的jquery,和zepto都支持跨域调用。
选择了Mui,就没打算用jquery和zepto,所以有没有好的解决办法?希望大家帮忙看看。
0 个回复