From 05316275ee6f1623cc022a3cb4967a440c105a6b Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 29 七月 2025 16:43:42 +0800 Subject: [PATCH] add:编辑资料 --- 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