浏览代码

本地保存退出登录的原因

Michael Wang 5 年之前
父节点
当前提交
25c0644197
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/mixins/mixins.js

+ 1 - 1
src/mixins/mixins.js

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