From ff8833bda2e421a16cd39c346a5d3f9269bd9b1c Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 16 Oct 2025 09:36:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20base=20userinfo=E9=80=80=E5=87=BA?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/system/userInfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/system/userInfo.vue b/pages/system/userInfo.vue index ed781a6..6045e04 100644 --- a/pages/system/userInfo.vue +++ b/pages/system/userInfo.vue @@ -58,7 +58,7 @@ this.userInfo = userInfo; }, logout() { - // #ifdef APP-PLUS + // #ifdef APP-PLUS || H5 try{uni.removeStorageSync("mySecret")}catch(e){}; // #endif // #ifdef MP-WEIXIN @@ -66,7 +66,7 @@ // #endif uni.removeStorageSync("access") uni.reLaunch({ - url: "/pages/auth/login" + url: "/pages/auth/login?autoLoading=no" }) },