pref: 退出登录返回登录页而不是注册页

This commit is contained in:
kuaifan 2022-03-03 15:11:34 +08:00
parent 4cd4550a36
commit 2fdef45156

View File

@ -114,6 +114,9 @@ export default {
this.subscribe = null;
}
},
activated() {
this.loginType = 'login'
},
deactivated() {
this.loginJump = false;
this.password = "";