소스 검색

增加地图组件和地图工具

sbj 1 년 전
부모
커밋
9ffbb22320
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/map/Index.vue

+ 1 - 0
src/views/map/Index.vue

@@ -64,6 +64,7 @@
     function calculation(type){
         let g_type
         if(type == "distance"){
+
             g_type = "polyline"
         }
         if(type == "area"){