增加
This commit is contained in:
@@ -25,5 +25,12 @@ export class StateHelper {
|
||||
{
|
||||
this.userStore.offOnline();
|
||||
}
|
||||
static get IsAccLogin(){
|
||||
return this.userStore.isLoginAccount;
|
||||
}
|
||||
|
||||
static get IsLogin(){
|
||||
return this.userStore.isLogin;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user