2
0

fix:token修复

This commit is contained in:
zhongzm
2025-01-23 21:05:02 +08:00
parent 219584525f
commit 489d4c8603
6 changed files with 13 additions and 13 deletions

View File

@@ -13,9 +13,9 @@ declare namespace StorageType {
/** The i18n language */
lang: App.I18n.LangType;
/** The token */
token: string;
tokenSys: string;
/** The refresh token */
refreshToken: string;
refreshTokenSys: string;
/** The user info */
userInfo: Api.Auth.UserInfo;
/** The theme color */