diff --git a/public/index.html b/public/index.html index e362da4..cd88591 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ securityJsCode: '68787c7a64e7240670e6a538b326d64b', } - +
diff --git a/src/assets/female.png b/src/assets/female.png new file mode 100644 index 0000000..6d60fb4 Binary files /dev/null and b/src/assets/female.png differ diff --git a/src/assets/male.png b/src/assets/male.png new file mode 100644 index 0000000..02bdec2 Binary files /dev/null and b/src/assets/male.png differ diff --git a/src/main.js b/src/main.js index 91c9fd7..b283a1e 100644 --- a/src/main.js +++ b/src/main.js @@ -50,10 +50,9 @@ Vue.use(avue) import VueAMap from "vue-amap"; VueAMap.initAMapApiLoader({ key:'1a9ee0079fcb3c6c64c96dc903989994', - plugins:[ - 'AMap.MarkerClusterer' - ], - v: "1.4.4" + plugins:['AMap.Autocomplete', 'AMap.PlaceSearch', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor','MarkerClusterer','AMap.DistrictSearch'], + v: "1.4.4", + 'uVersion':'1.0' }) Vue.use(VueAMap) diff --git a/src/views/customer/map.vue b/src/views/customer/map.vue index cdb9520..1af08cc 100644 --- a/src/views/customer/map.vue +++ b/src/views/customer/map.vue @@ -6,6 +6,10 @@