From 4632427b1483a8497b636722ceeaed7f1c3cf1d9 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Tue, 09 Jul 2024 09:00:30 +0800 Subject: [PATCH] Merge branch 'feature_1.0' --- src/main.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main.ts b/src/main.ts index cf75cbb..fbcc071 100644 --- a/src/main.ts +++ b/src/main.ts @@ -17,7 +17,7 @@ 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