使用真登录功能前拉取报错,提交代码

This commit is contained in:
GYYM
2024-11-20 11:22:05 +08:00
parent 963c0f5713
commit fdc7639887
19 changed files with 192 additions and 86 deletions

View File

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