提交 c2855285 编写于 作者: KK's avatar KK

新增地图组件

上级 9237adfe
......@@ -17,6 +17,15 @@ import { ibizMobileComponentsInitialize } from '../../../ibiz-mobile-components-
ionicInitialize({ mode: 'ios' });
ibizMobileComponentsInitialize();
import VueAMap from "vue-amap";
Vue.use(VueAMap);
VueAMap.initAMapApiLoader({
key: "6e350f60986cba316719fdc7bd55d8d3",
plugin: [
"AMap.Geocoder",
"AMap.Geolocation"
],
})
// 模拟数据
if (process.env.NODE_ENV === 'development') {
require('@/mock');
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册