From fe99a73e9e86daeaf484ea8bb741ec5f40672131 Mon Sep 17 00:00:00 2001 From: 5g0Wp7Zy Date: Thu, 26 Feb 2026 09:43:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=96=B0=E5=A2=9Edev=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/home.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/home/home.vue b/src/pages/home/home.vue index 0845ced..e79fa4f 100644 --- a/src/pages/home/home.vue +++ b/src/pages/home/home.vue @@ -18,6 +18,7 @@ import regionSelect from './components/regionSelect.vue' import { getSiteTypeIcon, tab_list, tab_style } from './config' const { VITE_AMAP_KEY } = import.meta.env + const amapsdk = new AMapWX({ key: VITE_AMAP_KEY, }) -- 2.47.2