diff --git a/src/main.js b/src/main.js index e2b5bca..649996e 100644 --- a/src/main.js +++ b/src/main.js @@ -21,14 +21,14 @@ mockXHR() // 引入高德地图 -import VueAMap from 'vue-amap' -Vue.use(VueAMap) -VueAMap.initAMapApiLoader({ - key: 'b6c27a2051691fcb386543c800356e05', // key - plugin: ['Autocomplete', 'PlaceSearch', 'Scale', 'OverView', 'ToolBar', 'MapType', 'PolyEditor', 'AMap.CircleEditor', 'MarkerClusterer'], // 插件 - // uiVersion: '1.1', // ui组件库版本号 - v: '1.4.4' // sdk版本 -}) +// import VueAMap from 'vue-amap' +// Vue.use(VueAMap) +// VueAMap.initAMapApiLoader({ +// key: 'b6c27a2051691fcb386543c800356e05', // key +// plugin: ['Autocomplete', 'PlaceSearch', 'Scale', 'OverView', 'ToolBar', 'MapType', 'PolyEditor', 'AMap.CircleEditor', 'MarkerClusterer'], // 插件 +// // uiVersion: '1.1', // ui组件库版本号 +// v: '1.4.4' // sdk版本 +// }) Vue.config.productionTip = false // 引入v-charts