Преглед изворни кода

修改网页标题
登录页区分

彭宇 пре 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 = {