大屏完成

This commit is contained in:
aixianling
2024-03-27 12:31:39 +08:00
parent 570476b2aa
commit f34d6bf108
3 changed files with 177 additions and 85 deletions

View File

@@ -43,7 +43,7 @@
:subType="data.subType"
:data="values">
</AiRanking>
<AiDvMap v-else-if="currentType === 'AiDvMap'" style="width: 100%; height: 100%" :theme="theme" :geo-json="data.geoJson"/>
<AiDvMap v-else-if="currentType === 'AiDvMap'" style="width: 100%; height: 100%" :theme="theme" :geo-json="data.geoJson" :data="values"/>
<ai-map v-else-if="currentType=='map'" :mask="data.mask === '1'" :areaId="data.areaId" :is3d="data.is3d==1"
:is3dAround="data.is3dAround === '1'"
:map-style="`amap://styles/${data.mapStyle}`" :pulseLines="data.pulseLines==1" :map.sync="map"