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