zhengjinyi 4 yıl önce
ebeveyn
işleme
2f2f9f8a86
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/main/resources/static/js/base.js

+ 1 - 1
src/main/resources/static/js/base.js

@@ -574,7 +574,7 @@ function tokenAjax(type, url, params, callback, errorBack){
             if(res.code === -99){
                 localStorage.removeItem('userInfo');
                 delBaseCookie("loginBeforePath");
-                window.location.href ='/login.html';
+                // window.location.href ='/login.html';
             }else{
                 callback(res);
             }