fix: Determine if Tencent is authorized
This commit is contained in:
parent
495b321d0a
commit
1102ef6e6b
|
@ -183,7 +183,7 @@ export const useAccessStore = createPersistStore(
|
|||
this.isValidBaidu() ||
|
||||
this.isValidByteDance() ||
|
||||
this.isValidAlibaba() ||
|
||||
this.isValidTencent ||
|
||||
this.isValidTencent() ||
|
||||
this.isValidMoonshot() ||
|
||||
this.isValidIflytek() ||
|
||||
!this.enabledAccessControl() ||
|
||||
|
|
Loading…
Reference in New Issue