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)
3 个回复
holy1004
好像是后台也要写跨域的,你可以百度一下应该有的
jjhgf (作者)
查了资料,mui.ajax好像本身就是跨域
holy1004
'Access-Control-Allow-Origin' 我也不知道,反正当初我们也是报这个错误,后台我们使用的是java,然后他们设置了跨域以后就可以用了。你百度一下java跨域设置,应该可以。
2016-02-19 15:17
2***@qq.com - 部落冲突 buluo.cc
顶一下