Browse Source

本地保存退出登录的原因

Michael Wang 5 years ago
parent
commit
25c0644197
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mixins/mixins.js

+ 1 - 1
src/mixins/mixins.js

@@ -115,7 +115,7 @@ Vue.mixin({
       }
       }
     },
     },
     logout(cause = "") {
     logout(cause = "") {
-      console.log("退出登录");
+      console.log("退出登录", cause);
       this.logger({ action: "退出登录", cause });
       this.logger({ action: "退出登录", cause });
       localStorage.removeItem("phoneVerified");
       localStorage.removeItem("phoneVerified");
       window._hmt.push(["_trackEvent", "退出", cause]);
       window._hmt.push(["_trackEvent", "退出", cause]);