|
@@ -21,18 +21,8 @@ Vue.filter('moment', function (value, formatString) {
|
21
|
21
|
return moment(value).format(formatString);
|
22
|
22
|
});
|
23
|
23
|
|
24
|
|
-// AMap.initAMapApiLoader({
|
25
|
|
-// key: 'f0d1d4f82432504003ebf46e5e36ff03',
|
26
|
|
-// plugin: ['AMap.Autocomplete', 'AMap.PlaceSearch', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor'],
|
27
|
|
-// // 默认高德 sdk 版本为 1.4.4
|
28
|
|
-// v: '1.4.4'
|
29
|
|
-// })
|
30
|
24
|
|
31
|
25
|
|
32
|
|
-// import './theme'
|
33
|
|
-// import './public/style/common.scss'
|
34
|
|
-// import AMap from 'vue-amap'
|
35
|
|
-
|
36
|
26
|
Vue.use(Vant)
|
37
|
27
|
Vue.use(AMap)
|
38
|
28
|
Vue.use(VueAwesomeSwiper)
|