标签:style blog color cti html io
$.ajaxSetup({ complete: function (xhr) { xhr.promise().done(function (json) { if (json.errorNo == "9202") { $("#dialog").find(".modal-body p").html(json.errorMsg); } }); } });
控制全局的ajax,返回值为9202,是我情况下的无权限
标签:style blog color cti html io
原文地址:http://www.cnblogs.com/b0xiaoli/p/3832337.html