Merge pull request #5288 from zhangjian10/main

fix: Determine if Tencent is authorized
This commit is contained in:
Dogtiti 2024-08-19 09:20:58 +08:00 committed by GitHub
commit 1e59948358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,7 +183,7 @@ export const useAccessStore = createPersistStore(
this.isValidBaidu() ||
this.isValidByteDance() ||
this.isValidAlibaba() ||
this.isValidTencent ||
this.isValidTencent() ||
this.isValidMoonshot() ||
this.isValidIflytek() ||
!this.enabledAccessControl() ||