陈冉 6 years ago
parent
commit
8aa8cc3384
1 changed files with 0 additions and 10 deletions
  1. 0
    10
      src/main.js

+ 0
- 10
src/main.js View File

21
   return moment(value).format(formatString);
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
 Vue.use(Vant)
26
 Vue.use(Vant)
37
 Vue.use(AMap)
27
 Vue.use(AMap)
38
 Vue.use(VueAwesomeSwiper)
28
 Vue.use(VueAwesomeSwiper)