This commit is contained in:
xingyy 2023-12-07 11:21:39 +08:00
parent f7e76d780e
commit ab274c2011

View File

@ -84,7 +84,6 @@ class uniFetch {
}
private handleResponse(response: any): any {
// 执行响应拦截器(如果有)
if (this.interceptors.response) {
response = this.interceptors.response(response);
}