Browse Source

林业云图首页左侧

彭宇 2 năm trước cách đây
mục cha
commit
8685f2fec0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>