使用真登录功能前拉取报错,提交代码
This commit is contained in:
@@ -8,6 +8,9 @@ export namespace Login {
|
||||
}
|
||||
export interface ResLogin {
|
||||
accessToken: string;
|
||||
userInfo:{
|
||||
name: string;
|
||||
}
|
||||
}
|
||||
export interface ResAuthButtons {
|
||||
[key: string]: string[];
|
||||
|
||||
Reference in New Issue
Block a user