From 90e22374ee2842be56403e624714a5d8c4e3539e Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 29 Apr 2025 19:27:48 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9ArefreshToken=20=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E7=9A=84=20showLoading=20=E6=8B=BC=E6=88=90=E4=BA=86=20loading?= =?UTF-8?q?=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/api/member/auth.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sheep/api/member/auth.js b/sheep/api/member/auth.js index a1c06602..ccd75a42 100644 --- a/sheep/api/member/auth.js +++ b/sheep/api/member/auth.js @@ -56,10 +56,10 @@ const AuthUtil = { url: '/member/auth/refresh-token', method: 'POST', params: { - refreshToken + refreshToken, }, custom: { - loading: false, // 不用加载中 + showLoading: false, // 不用加载中 showError: false, // 不展示错误提示 }, }); @@ -103,7 +103,7 @@ const AuthUtil = { data: { phoneCode, loginCode, - state + state, }, custom: { showSuccess: true, @@ -118,13 +118,13 @@ const AuthUtil = { url: '/member/auth/create-weixin-jsapi-signature', method: 'POST', params: { - url + url, }, custom: { showError: false, showLoading: false, }, - }) + }); }, // };