From c58bd2354c5cb0f0cd66d01d819979ab0f0e132f Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Wed, 16 Aug 2023 08:46:09 +0800
Subject: [PATCH] fix:

---
 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