Bläddra i källkod

摄像头拉近

wang_xy 2 år sedan
förälder
incheckning
32eac6f20c
2 ändrade filer med 1 tillägg och 8 borttagningar
  1. 0 7
      src/api/leader.js
  2. 1 1
      src/views/monitor.vue

+ 0 - 7
src/api/leader.js

@@ -15,13 +15,6 @@ export function getForestLeader(linJob,linType) {
     method: 'get',
   })
 }
-// 点击左侧人员列表获取轨迹
-export function getLeaderTrack(trackById) {
-  return request({
-    url: '/center-firecontrol/VisuForestLeaderController/getLeaderTrack?trackById=' + trackById,
-    method: 'get',
-  })
-}
 
 // 巡林任务
   export function getPlanList(userId) {

+ 1 - 1
src/views/monitor.vue

@@ -503,7 +503,7 @@ export default {
     },
     dropLocation(lat, lng, index) {
       this.listCurrentIndex2 = index
-      this.$refs.supermap.dropLocation(lat, lng)
+      this.$refs.supermap.dropLocation(lat, lng, 15)
     },
     selectCameraByDeptId(depId) {
       this.listCurrentIndex1 = depId