添加 请求 修改登录页

This commit is contained in:
GGJ
2023-12-26 08:45:15 +08:00
parent 46eb2d93fb
commit fea95de2da
34 changed files with 5892 additions and 541 deletions

8
src/api/types.ts Normal file
View File

@@ -0,0 +1,8 @@
// 登录
export interface LoginData {
username: String
password: String
imageCode: String
grant_type: String
verifyCode: number
}