From 28df2e39d2c1b3e4e291b275d12d14faf66142e9 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 2 Apr 2025 10:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E9=AB=98=E5=BE=B7=E5=9C=B0?= =?UTF-8?q?=E5=9B=BEkey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index 35d9d44..913d957 100644 --- a/src/main.js +++ b/src/main.js @@ -26,14 +26,14 @@ Vue.use(Element, { Vue.use(VueAMap); VueAMap.initAMapApiLoader({ - key: '8c9df3d6ee9d1fc94a4512c31d4e1645', + key: 'bf83888a6f454b4d8b7a01d06252bd60', plugin: ['AMap.Autocomplete', 'AMap.PlaceSearch', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor','AMap.Geocoder','AMap.Geolocation'], // 默认高德 sdk 版本为 1.4.4 v: '1.4.15' }); window._AMapSecurityConfig = { - securityJsCode: '511808c54b0c896f4cf346a5d710e300', + securityJsCode: 'd63925a75d283c9f765d4ac607ccd449', }