From 2924522f77723e1e3c7d3bbd37adde9ba2d9400a Mon Sep 17 00:00:00 2001 From: yangzhe Date: Thu, 10 Jul 2025 09:27:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=93=8D=E5=BA=94?= =?UTF-8?q?=E6=8B=A6=E6=88=AA=E8=BF=94=E5=9B=9E=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/http.interceptor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 47f1e11..5122ba2 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -44,7 +44,8 @@ const install = (Vue, vm) => { Vue.prototype.$u.http.interceptor.response = (res) => { uni.hideLoading(); if (res.succeed == true || res.success == true) { - return res.data || res; + // return res.data || res; + return res; } else { // uni.showToast({ // title: res.error,