Parcourir la source

林业云图首页左侧

彭宇 il y a 2 ans
Parent
commit
8685f2fec0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/forest.vue

+ 1 - 1
src/views/forest.vue

@@ -100,7 +100,7 @@
 				</div>
 			</div>
 			<!-- 地图 -->
-      <supermap ref="supermap" style="width: 100%;height: 100vh;" :mapDiv="'forestMap'" :dynamicPlotting="false"
+      <supermap ref="supermap" style="width: 100%;height: 100vh;" :mapDiv="'forestMap'" :dynamicPlotting="true"
                 :mapSite="{doubleClickZoom:false}" :codes="['9fa5']" :isSideBySide="false" @preview="preview"
                 @showEventInfo_notProcessed="showEventInfo_notProcessed"
                 @showEventInfo_Processed="showEventInfo_Processed"></supermap>