Session失效后所有Ajax请求跳转登录地址

    $(function() {
        $.ajaxSetup({
            complete:function(XMLHttpRequest,textStatus){
                if(textStatus=="parsererror"){
                    window.location.href = '../login.html';
                } else if(textStatus=="error"){

                }
            }
        });
    })





    var code = "333aa0a8-e585-4346-85d0-ce8789e4931f"

posted @ 2019-07-25 11:06  柚子味儿的西瓜  阅读(12)  评论(0)    收藏  举报