去掉调试打印

This commit is contained in:
chenjianxing 2020-06-03 15:59:57 +08:00
parent 389f356012
commit 445a075744
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@
break;
case "logout":
this.$get("/signout", function () {
alert("signout");
localStorage.clear();
window.location.href = "/login";
});