소스 검색

数据中心

彭宇 3 년 전
부모
커밋
557caf07a8
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views/event.vue
  2. 2 2
      src/views/forest.vue

+ 1 - 1
src/views/event.vue

@@ -788,9 +788,9 @@
                   that.markersMapList.push(marke)
                 }
               }
-              that.$refs.supermapNotProcessed.clearM(false)
               that.$refs.supermapNotProcessed.controlLevel(10)
               that.$refs.supermapNotProcessed.dropLocation(information.lng ,information.lat)
+              that.$refs.supermapNotProcessed.clearM(false)
               that.$refs.supermapNotProcessed.setMarkers(that.markersMapList)
             })
           }, 1000);

+ 2 - 2
src/views/forest.vue

@@ -1147,8 +1147,8 @@
                   that.markersMapList.push(marke)
                 }
               }
-              that.$refs.supermapProcessed.controlLevel(12)
-              that.$refs.supermapProcessed.dropLocation(that.information[4].content,that.information[3].content)
+              that.$refs.supermapProcessed.controlLevel(10)
+              that.$refs.supermapProcessed.dropLocation(information.content,information.content)
               that.$refs.supermapProcessed.clearM(false)
               that.$refs.supermapProcessed.setMarkers(that.markersMapList)
             })