230320a303 2 달 전
부모
커밋
38263156f3
3개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.18ae86d9.js
  3. 4 1
      src/main.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.18ae86d9.js


+ 4 - 1
src/main.js

@@ -46,8 +46,11 @@ Vue.use(dataV)
 
 import VueAMap from 'vue-amap' // 高德
 Vue.use(VueAMap)
+window._AMapSecurityConfig = {
+  securityJsCode:'5e00a24cb2f5804eb8ec8e081a88ac7a',
+}
 VueAMap.initAMapApiLoader({
-  key: '8343df94cab859af3bd36362029a4e19',
+  key: 'c110837412073f4b1eeb88f562ca4f85',
   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',

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.