From 7f3e8c6568e212cfe4f213ae3768ed837aaf2a50 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 18 Sep 2025 16:16:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(request):=20=E8=8E=B7=E5=8F=96=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF=E5=A4=B1=E8=B4=A5=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/request.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/request.js b/config/request.js index b319c7b..f06b89d 100644 --- a/config/request.js +++ b/config/request.js @@ -78,7 +78,11 @@ module.exports = vm => { }) }, 1500) } else if (data.code == 500) { - if (['/member/api/member/get-info'].includes(response?.config?.url)) { + if ( + ['/retail-member/api/retail-member/get-info'].includes( + response?.config?.url + ) + ) { uni.showToast({ title: '登录失败', icon: 'none',