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" }) },