jjhgf
jjhgf
  • 发布:2016-02-19 14:44
  • 更新:2016-11-19 13:48
  • 阅读:3466

XMLHttpRequest cannot load http://192.168.1.100/sd_app/office/storeapi/

分类:HTML5+

mui.ajax('http://192.168.1.100/sd_app/office/storeapi/?YXKey=123&type=1001', {
dataType: 'json',
type: 'get',
timeout: 10000,
success: function(data) {
alert(data);
},
error: function(xhr, type, errorThrown) {
mui.toast('服务器返回错误');
}
});

提示 XMLHttpRequest cannot load http://192.168.1.100/sd_app/office/storeapi/?category=news. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8020' is therefore not allowed access." /storehouse/menu1-page-content-info-content.html (0)

2016-02-19 14:44 1 条评论 负责人:无 分享
已邀请:
holy1004

holy1004

好像是后台也要写跨域的,你可以百度一下应该有的

jjhgf

jjhgf (作者)

查了资料,mui.ajax好像本身就是跨域

  • holy1004

    'Access-Control-Allow-Origin' 我也不知道,反正当初我们也是报这个错误,后台我们使用的是java,然后他们设置了跨域以后就可以用了。你百度一下java跨域设置,应该可以。

    2016-02-19 15:17

2***@qq.com

2***@qq.com - 部落冲突 buluo.cc

顶一下

该问题目前已经被锁定, 无法添加新回复