This commit is contained in:
Putoo
2026-05-15 17:08:04 +08:00
parent 52ad7e79ec
commit 78759387f7
13 changed files with 511 additions and 632 deletions

View File

@@ -25,5 +25,12 @@ export class StateHelper {
{
this.userStore.offOnline();
}
static get IsAccLogin(){
return this.userStore.isLoginAccount;
}
static get IsLogin(){
return this.userStore.isLogin;
}
}