diff --git a/src/http/main.ts b/src/http/main.ts index cf7e6dab..0dcfd735 100644 --- a/src/http/main.ts +++ b/src/http/main.ts @@ -84,7 +84,6 @@ class uniFetch { } private handleResponse(response: any): any { - // 执行响应拦截器(如果有) if (this.interceptors.response) { response = this.interceptors.response(response); }