This commit is contained in:
caozehui
2024-11-19 16:01:35 +08:00
parent dd527a4994
commit 17b68cbc95
5 changed files with 15 additions and 5 deletions

View File

@@ -8,6 +8,9 @@ export namespace Login {
}
export interface ResLogin {
accessToken: string;
userInfo:{
name: string;
}
}
export interface ResAuthButtons {
[key: string]: string[];