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"