From e86b3edfe6d0cad7d744828a65ca1330e84fdcde Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 18 Oct 2023 10:51:57 +0800
Subject: [PATCH] Merge branch 'feature_1.0'

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

diff --git a/src/main.ts b/src/main.ts
index ad8ffc2..cf75cbb 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -11,7 +11,7 @@
 //������������
 import BaiduMap from 'vue-baidu-map'
 Vue.use(BaiduMap, {
-  ak: '9FrZ6v3P8xS290ygi40M5Ik3Fgwes4KY'//������������key
+  ak: 'c4e73f2c6972766d6a54dffd2f501cac'//������������key
 })
 
 import AMap from 'vue-amap'
@@ -20,7 +20,7 @@
   key: 'c4e73f2c6972766d6a54dffd2f501cac',
   plugin: ['AMap.moveAnimation', 'AMap.PlaceSearch', 'AMap.Scale',
     'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor',
-    'AMap.DistrictSearch', 'AMap.Geocoder', 'AMap.AutoComplete'],
+    'AMap.DistrictSearch', 'AMap.Geocoder', 'AMap.Autocomplete'],
   // ������������ sdk ��������� 1.4.4
   v: '1.4.4'
 })

--
Gitblit v1.8.0