From feb49c78deacc4bcc99ecea4b1963d132cc42f3a Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Fri, 8 Aug 2025 17:42:32 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E8=B0=83=E6=95=B4request=EF=BC=8C?= =?UTF-8?q?=E8=87=AA=E5=B7=B1=E5=9C=A8=E8=B0=83=E6=8E=A5=E5=8F=A3=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E5=90=8E=E5=86=99showToast=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/request/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sheep/request/index.js b/sheep/request/index.js index 95c4748..f05f25e 100644 --- a/sheep/request/index.js +++ b/sheep/request/index.js @@ -15,11 +15,11 @@ const options = { // 成功提醒 默认使用后端返回值 successMsg: '', // 显示失败消息 默认显示 - showError: true, + showError: false, // 失败提醒 默认使用后端返回信息 errorMsg: '', // 显示请求时loading模态框 默认显示 - showLoading: true, + showLoading: false, // loading提醒文字 loadingMsg: '加载中', // 需要授权才能请求 默认放开