Commit 3f9aa88f authored by agping's avatar agping

去掉跳转

parent 757492e6
...@@ -8,7 +8,7 @@ function checkLogin(){ ...@@ -8,7 +8,7 @@ function checkLogin(){
success: function(data) { success: function(data) {
if(data.code == 300){ if(data.code == 300){
alert('登录失效,请您重新登录'); alert('登录失效,请您重新登录');
window.location.href="login.html"; // window.location.href="login.html";
} }
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment