fix: 修复无法登录问题
This commit is contained in:
1
types/global.d.ts
vendored
1
types/global.d.ts
vendored
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user