去掉调试打印
This commit is contained in:
parent
389f356012
commit
445a075744
|
@ -31,7 +31,6 @@
|
|||
break;
|
||||
case "logout":
|
||||
this.$get("/signout", function () {
|
||||
alert("signout");
|
||||
localStorage.clear();
|
||||
window.location.href = "/login";
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue