From 4bba5cf2889a225d810eed644252cc4a72e5b957 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 27 May 2025 15:07:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=89=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/map.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home/map.vue b/src/views/home/map.vue index 717330e..854f7bd 100644 --- a/src/views/home/map.vue +++ b/src/views/home/map.vue @@ -39,6 +39,7 @@ const loginApi = async () => { console.log('🚀 ~ loginApi ~ res:', res) } catch (error) { console.log('🚀 ~ loginApi ~ error:', error) + getMapDataList() } } // 获取地图数据 @@ -299,7 +300,6 @@ const handleTag = (tag: number) => { onMounted(async () => { loginApi() - getMapDataList() if (!tokenNew) { const origin = window.location.href