From 9e92d9fb2f4c7aea544b3286c774c72d931f248b Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 09 Jul 2024 09:00:16 +0800
Subject: [PATCH] fix: 高德密钥修改

---
 src/main.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index cf75cbb..fbcc071 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -17,7 +17,7 @@
 import AMap from 'vue-amap'
 Vue.use(AMap)
 AMap.initAMapApiLoader({
-  key: 'c4e73f2c6972766d6a54dffd2f501cac',
+    key: 'f4ba1c4d94654309b97a557d41857b48',
   plugin: ['AMap.moveAnimation', 'AMap.PlaceSearch', 'AMap.Scale',
     'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor',
     'AMap.DistrictSearch', 'AMap.Geocoder', 'AMap.Autocomplete'],

--
Gitblit v1.8.0