From 164551a22e3eeb24807d7f9de5b051b84a8048bd Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 31 May 2026 10:58:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E4=BB=A4=E7=89=8C=E7=BC=BA=E5=A4=B1=E5=90=8E=E4=B8=8D=E5=BC=B9?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=A1=86=20=E5=88=B7=E6=96=B0=E4=BB=A4?= =?UTF-8?q?=E7=89=8C=E7=BC=BA=E5=A4=B1=E6=97=B6=E4=B8=8D=E5=86=8D=E6=A0=87?= =?UTF-8?q?=E8=AE=B0=E4=B8=BA=E5=88=B7=E6=96=B0=E4=B8=AD=EF=BC=8C=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E5=88=B7=E6=96=B0=E7=8A=B6=E6=80=81=E6=B0=B8=E4=B9=85?= =?UTF-8?q?=E5=8D=A1=E4=BD=8F=EF=BC=8C=E5=AF=BC=E8=87=B4=E5=90=8E=E7=BB=AD?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E8=AE=A2=E5=8D=95=E7=AD=89=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=97=B6=E4=B8=8D=E5=BC=B9=E5=87=BA=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=A1=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/request/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sheep/request/index.js b/sheep/request/index.js index d7d4130d..41121edd 100644 --- a/sheep/request/index.js +++ b/sheep/request/index.js @@ -236,6 +236,7 @@ const refreshToken = async (config) => { return handleAuthorized(); } // 只有真正发起刷新时才标记刷新中,避免无刷新令牌时状态一直卡住,后续 401 不再弹登录框 + // https://github.com/yudaocode/yudao-mall-uniapp/issues/38 isRefreshToken = true; // 2. 进行刷新访问令牌 try {