bill 1 年之前
父节点
当前提交
6309b2391f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/view/map/map.vue

+ 2 - 0
src/view/map/map.vue

@@ -36,6 +36,8 @@
     </div>
     <div class="right-control">
       <MapRight
+        :data="2 as any"
+        :board-polygons="1 as any"
         @fly-point="flyScenePoint"
         @fly-scene="flyScene"
         @goto-point="gotoPoint"