{"ast":null,"code":"export default {\n name: \"addressMap\",\n data() {\n return {\n map: '',\n mapPosition: 60,\n source: ''\n };\n },\n created() {\n this.source = this.$route.query.source || '';\n console.log('this.source', this.source);\n },\n mounted() {\n this.initMap();\n },\n methods: {\n initMap() {\n this.map = new AMap.Map('mapId', {\n viewMode: '2D',\n // 默认使用 2D 模式\n zoom: 11,\n //初始化地图层级\n center: [116.397428, 39.90923] //初始化地图中心点\n });\n }\n }\n};","map":{"version":3,"names":["name","data","map","mapPosition","source","created","$route","query","console","log","mounted","initMap","methods","AMap","Map","viewMode","zoom","center"],"sources":["src/views/index/addressMap.vue"],"sourcesContent":["\r\n \r\n \r\n \r\n \r\n 取消\r\n 完成\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n 上上谦(南京东路步行街店)\r\n 上海市黄浦区 南京东路300号恒基名人购物中心5楼\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n"],"mappings":"AAuBA;EACAA,IAAA;EACAC,KAAA;IACA;MACAC,GAAA;MACAC,WAAA;MACAC,MAAA;IACA;EACA;EACAC,QAAA;IACA,KAAAD,MAAA,QAAAE,MAAA,CAAAC,KAAA,CAAAH,MAAA;IACAI,OAAA,CAAAC,GAAA,qBAAAL,MAAA;EACA;EACAM,QAAA;IACA,KAAAC,OAAA;EACA;EACAC,OAAA;IACAD,QAAA;MACA,KAAAT,GAAA,OAAAW,IAAA,CAAAC,GAAA;QACAC,QAAA;QAAA;QACAC,IAAA;QAAA;QACAC,MAAA;MACA;IACA;EACA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}