From 84c14c08be8bacc8038910f495b4cefc853836b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Wed, 10 Sep 2025 14:32:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index a8489b6..26463a7 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -629,7 +629,7 @@ onMounted(() => { ad() getOption() getShildTableList() - points.value = [ + points.value = localStorage.getItem('points') ? JSON.parse(localStorage.getItem('points')) : [ { lon: 120.38532472236, lat: 36.14505053622,