From 987b2fffcaf9726581e6807ed3e5d1cd3429147a Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 4 Sep 2025 16:11:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(app):=20=E4=B8=B4=E6=97=B6=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=88=A4=E6=96=AD=E6=95=B0=E6=8D=AE=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.vue b/App.vue index 6651451..32cadfd 100644 --- a/App.vue +++ b/App.vue @@ -19,7 +19,7 @@ export default { ] if (whiteList.indexOf(options.path) !== -1) return const isRegiestLogin = uni.getStorageSync('regiest-login') - if (isRegiestLogin === 1) { + if (isRegiestLogin) { uni.removeStorageSync('regiest-login') removeToken() }