fix: 档位数据
This commit is contained in:
parent
02a8750ce6
commit
3f8ebbd16d
@ -122,7 +122,9 @@ export default async function tempRequest<T>(req: any): Promise<T> {
|
|||||||
reject({
|
reject({
|
||||||
code: e.code
|
code: e.code
|
||||||
})
|
})
|
||||||
|
} finally {
|
||||||
|
httpRequest.destroy();
|
||||||
|
console.log('httpRequest destroy finally')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user