|
@@ -71,7 +71,7 @@ Vue.use(ElementPlugins, {
|
|
|
Vue.use(AMap)
|
|
|
AMap.initAMapApiLoader({
|
|
|
// 高德的key
|
|
|
- key: '5894bf90997454b0df3c3d60cab12f64',
|
|
|
+ key: 'df9bfabcba60cc6e7ad45ae9923a682d',
|
|
|
version: '2.0',
|
|
|
plugins: ['AMap.Geocoder', 'AMap.AutoComplete', 'AMap.PlaceSearch', 'AMap.DistrictSearch']
|
|
|
})
|
|
@@ -86,7 +86,7 @@ AMap.initAMapApiLoader({
|
|
|
// Vue.use(AMap)
|
|
|
// AMap.initAMapApiLoader({
|
|
|
// // 高德的key
|
|
|
-// key: '5894bf90997454b0df3c3d60cab12f64',
|
|
|
+// key: 'df9bfabcba60cc6e7ad45ae9923a682d',
|
|
|
// plugins: ['AMap.Geocoder', 'AMap.AutoComplete', 'AMap.PlaceSearch']
|
|
|
// })
|
|
|
|