liujq 2 rokov pred
rodič
commit
6dfa3ea1b8
1 zmenil súbory, kde vykonal 4 pridanie a 1 odobranie
  1. 4 1
      src/main.js

+ 4 - 1
src/main.js

@@ -46,8 +46,11 @@ Vue.use(dataV)
 
 import VueAMap from 'vue-amap' // 高德
 Vue.use(VueAMap)
+window._AMapSecurityConfig = {
+  securityJsCode:'089e3011b0ba2afa1603e2f34ab67de5',
+}
 VueAMap.initAMapApiLoader({
-  key: '8343df94cab859af3bd36362029a4e19',
+  key: '098d4038f2cf37f0bcaf72964bf5b273',
   plugin: ['AMap.MouseTool'],
   plugin: ['AMap.AutoComplete','AMap.MarkerClusterer','AMap.DistrictSearch', 'AMap.MouseTool', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PlaceSearch', 'AMap.Geolocation', 'AMap.Geocoder', 'AMap.TileLayer'],
   v: '1.4.15',