From 1ee177908aaf4cf2474384503404cd238036596c Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 13 May 2024 09:05:24 +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