mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-12 12:13:51 +08:00
发布v2.11.5版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -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 === '';
|
||||
},
|
||||
// 登出
|
||||
|
||||
Reference in New Issue
Block a user