|
|
@@ -1,14 +1,14 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
|
|
|
- <amap v-if="mapType === 'amap'" :disable="disable" :longitude="longitude" :latitude="latitude" :mapKey="mapKey"
|
|
|
+ <!-- <amap v-if="mapType === 'amap'" :disable="disable" :longitude="longitude" :latitude="latitude" :mapKey="mapKey"
|
|
|
:marker="marker" @confirm="confirm" @changeMarker="changeMarker" :polygons="polygons"
|
|
|
:isPolygons="isPolygons" :isCustomBar="isCustomBar" :top='top'>
|
|
|
<template v-slot:content>
|
|
|
<slot name="content"></slot>
|
|
|
</template>
|
|
|
- </amap>
|
|
|
- <tmap v-else :disable="disable" :longitude="longitude" :latitude="latitude" :mapKey="mapKey" :marker="marker"
|
|
|
+ </amap> -->
|
|
|
+ <tmap :disable="disable" :longitude="longitude" :latitude="latitude" :mapKey="mapKey" :marker="marker"
|
|
|
@confirm="confirm" @changeMarker="changeMarker" :polygons="polygons" :isPolygons="isPolygons"
|
|
|
:isCustomBar="isCustomBar" :top='top'>
|
|
|
<template v-slot:content>
|