diff --git a/src/main.js b/src/main.js index f27cfb2..2398f6c 100644 --- a/src/main.js +++ b/src/main.js @@ -98,7 +98,7 @@ AMap.initAMapApiLoader({ // 高德的key key: '795a757114c371f42cee1f8efa527684', // 插件集合 (插件按需引入) - plugin: ['AMap.Autocomplete', 'AMap.PlaceSearch', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', + plugin: ['AMap.Autocomplete','AMap.Geocoder','AMap.PlaceSearch', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor', 'AMap.DistrictSearch','AMap.CircleMarker','AMap.Polyline' // 'AMap.Object3DLayer', 'AMap.Object3D' ] diff --git a/src/views/record/components/addrecord.vue b/src/views/record/components/addrecord.vue index 1c1dcd3..36301ce 100644 --- a/src/views/record/components/addrecord.vue +++ b/src/views/record/components/addrecord.vue @@ -133,9 +133,10 @@ + + \ No newline at end of file diff --git a/src/views/viewrecords/index.vue b/src/views/viewrecords/index.vue index b831c3c..6d12630 100644 --- a/src/views/viewrecords/index.vue +++ b/src/views/viewrecords/index.vue @@ -21,7 +21,7 @@