This commit is contained in:
孟帅
2023-11-25 18:36:11 +08:00
parent 40117c700d
commit 70e9f966c3
142 changed files with 5407 additions and 2058 deletions

View File

@@ -55,6 +55,7 @@ export interface ConfigState {
domain: string;
version: string;
wsAddr: string;
mode:string;
}
export interface LoginConfigState {
@@ -229,7 +230,6 @@ export const useUserStore = defineStore({
if (this.loginConfig !== null && this.loginConfig.loginAutoOpenId !== 1) {
return false;
}
return this.info === null || this.info.openId === '';
},
// 登出