From f3ea52bf97e61f6917ccaab904817d74d9d4860c Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期四, 17 七月 2025 09:55:36 +0800 Subject: [PATCH] init --- plugins/http.js | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/http.js b/plugins/http.js index 9d895af..0523cbe 100644 --- a/plugins/http.js +++ b/plugins/http.js @@ -113,14 +113,14 @@ await message.showToast('登录信息失效') // #ifdef PUB_CUSTOMER - uni.reLaunch({ - url: '/pages/user/supplier-user' - }) + // uni.reLaunch({ + // url: '/pages/login/login' + // }) // #endif // #ifndef PUB_CUSTOMER - uni.reLaunch({ - url: '/pages/login/supplier-login' - }) + // uni.reLaunch({ + // url: '/pages/login/login' + // }) // #endif reject({ data: null, @@ -164,9 +164,9 @@ }) // #endif // #ifndef PUB_CUSTOMER - uni.reLaunch({ - url: '/pages/login/supplier-login' - }) + // uni.reLaunch({ + // url: '/pages/login/login' + // }) // #endif reject({ data: null, -- Gitblit v1.9.3