fix: 修复无法登录问题

This commit is contained in:
kailong321200875
2024-01-10 09:43:33 +08:00
parent 9b2b4d42a6
commit 8ce00ab247
4 changed files with 13 additions and 14 deletions

1
types/global.d.ts vendored
View File

@@ -30,6 +30,7 @@ declare global {
| 'application/json'
| 'application/x-www-form-urlencoded'
| 'multipart/form-data'
| 'text/plain'
declare type AxiosMethod = 'get' | 'post' | 'delete' | 'put'