From 855bb47ec7c56c63f5fd9db817f5ddff121d442d Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Mon, 27 Apr 2026 14:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- property-uniapp-project/pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/property-uniapp-project/pages/index/index.vue b/property-uniapp-project/pages/index/index.vue index e4e274e..d683f4d 100644 --- a/property-uniapp-project/pages/index/index.vue +++ b/property-uniapp-project/pages/index/index.vue @@ -269,7 +269,7 @@ onLoad(() => { uni.$on('confirm', slelctHomeData) // 页面加载时,先判断是否有token,有则获取认证小区 - const token = uni.getStorageSync('token') || ''; + // const token = uni.getStorageSync('token') || ''; const currentVillageId = uni.getStorageSync('currentVillageId'); if (token && currentVillageId && currentVillageId !== '0' && currentVillageId !== 0) { getCurrentCommunityData(); // 加载时获取认证小区