From 656f5264c8ff9d0705f71632f46763201d870318 Mon Sep 17 00:00:00 2001 From: shikong <919411476@qq.com> Date: Wed, 16 Oct 2024 23:07:39 +0800 Subject: [PATCH] =?UTF-8?q?uni.request=20=E8=AF=B7=E6=B1=82=E6=8B=A6?= =?UTF-8?q?=E6=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/http.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/api/http.js b/src/api/http.js index 7b203bb..6286de6 100644 --- a/src/api/http.js +++ b/src/api/http.js @@ -25,9 +25,6 @@ const httpInterceptor = { options.header.token = token } }, - fail(err){ - console.error("请求失败", err) - }, returnValue(results) { return new Promise((resolve, reject)=>{ results.then(resp=>{