소스 검색

修改网页标题
登录页区分

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

+ 2 - 2
src/views/eventdetailsdialog.vue

@@ -1793,7 +1793,7 @@ export default {
           that.$refs.supermapDialog.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
           that.$refs.supermapDialog.clearM(false)
           that.$refs.supermapDialog.setMarkersRadius([markersMap])
-          that.$refs.supermapDialog.dropLocation(res.data.catalogue.latitude, res.data.catalogue.longitude)
+          that.$refs.supermapDialog.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
         }, 2000)
         if (res.data.centermonitorTCamera != null) {
           let markersMap = {
@@ -1876,7 +1876,7 @@ export default {
           } else {
             that.$refs.supermapDialog.setMarkers([markersMap])
           }
-          that.$refs.supermapDialog.dropLocation(res.data.catalogue.latitude, res.data.catalogue.longitude)
+          that.$refs.supermapDialog.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
         }, 2000)
         if (res.data.centermonitorTCamera != null) {
           let markersMap = {