bill 1 year ago
parent
commit
6309b2391f
1 changed files with 2 additions and 0 deletions
  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"