This commit is contained in:
yanran200730
2022-10-10 17:50:13 +08:00
parent 9df5e447eb
commit 3f30a1cbd1
2 changed files with 2 additions and 2 deletions

View File

@@ -386,7 +386,7 @@ export default {
initMap({lng, lat}) { initMap({lng, lat}) {
this.center = [lng, lat]; this.center = [lng, lat];
AMapLoader.load({ AMapLoader.load({
key: 'b553334ba34f7ac3cd09df9bc8b539dc', key: '54a02a43d9828a8f9cd4f26fe281e74e',
version: '2.0', version: '2.0',
plugins: ['AMap.ToolBar', 'AMap.Scale', 'AMap.MouseTool', 'AMap.MarkerClusterer'], plugins: ['AMap.ToolBar', 'AMap.Scale', 'AMap.MouseTool', 'AMap.MarkerClusterer'],
AMapUI: { AMapUI: {

View File

@@ -476,7 +476,7 @@ export default {
initMap({lng, lat}) { initMap({lng, lat}) {
this.center = [lng, lat]; this.center = [lng, lat];
AMapLoader.load({ AMapLoader.load({
key: 'b553334ba34f7ac3cd09df9bc8b539dc', key: '54a02a43d9828a8f9cd4f26fe281e74e',
version: '2.0', version: '2.0',
plugins: ['AMap.ToolBar', 'AMap.Scale', 'AMap.MouseTool', 'AMap.MarkerClusterer'], plugins: ['AMap.ToolBar', 'AMap.Scale', 'AMap.MouseTool', 'AMap.MarkerClusterer'],
AMapUI: { AMapUI: {