Commit b11be8e3 by qlintonger xeno

删除ts错误+3

parent 1c4699d4
......@@ -71,7 +71,7 @@ export const alova = createAlova({
if (response.status >= 400) {
throw new Error(response.statusText)
}
if (method.meta.blob) {
if (method?.meta?.blob) {
return await response.blob()
}
const json = await response.json()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment