mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 18:04:28 +08:00
优化Axios界面及布局
This commit is contained in:
@@ -113,3 +113,15 @@ export const contentTypes = [
|
||||
value: "application/octet-stream",
|
||||
},
|
||||
];
|
||||
|
||||
export const methods = [
|
||||
"GET",
|
||||
"POST",
|
||||
"PUT",
|
||||
"DELETE",
|
||||
"PATCH",
|
||||
"HEAD",
|
||||
"OPTIONS",
|
||||
];
|
||||
|
||||
export const responseTypes = ["json", "text", "blob", "arraybuffer"];
|
||||
Reference in New Issue
Block a user