4***@qq.com
4***@qq.com
  • 发布:2016-07-19 16:37
  • 更新:2016-07-19 18:26
  • 阅读:1328

mui用ajax调用java项目,无法调用成功

分类:MUI
mui

在HBulider上直接点击报No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8020' is therefore not allowed access." /TestLogin/index.html (0)

在浏览器上调用的时候没有反应,无法调到对应的函数,求解??? 着急!!!!

初学者 谢谢

2016-07-19 16:37 负责人:无 分享
已邀请:
z***@sina.com

z***@sina.com

var url="http://192.168.0.153:8080/XXX/";
$.ajax({
url : url+"doAppLoginIn1.ap",
data : {
"user.userCode" : $("#username").val(),
"user.password" : $("#password").val()
},
type : "post",

            xhrFields: {  
               withCredentials: true  
            },  
            success : function(result) {  
                                    .......  
                            }  
         });  

我手里有个是这么着的,能访问到

赵梦欢

赵梦欢 - 专注前端,乐于分享!

真机调试吧,mui.ajax需要依赖5+ XMLHttpRequest模块。

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