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(); // 加载时获取认证小区