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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 838b768..fbcc071 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,13 +11,13 @@ //������������ import BaiduMap from 'vue-baidu-map' Vue.use(BaiduMap, { - ak: '9FrZ6v3P8xS290ygi40M5Ik3Fgwes4KY'//������������key + ak: 'c4e73f2c6972766d6a54dffd2f501cac'//������������key }) 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