From ab274c20117e4e7607bdd58f207a64d7926cd449 Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Thu, 7 Dec 2023 11:21:39 +0800 Subject: [PATCH] submit --- src/http/main.ts | 1 - 1 file changed, 1 deletion(-) 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); }