彭宇 2 лет назад
Родитель
Сommit
6cde2e1865
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      src/api/leader.js

+ 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-fire/VisuForestLeaderController/getLeaderTrack?trackById='+trackById,
-    method: 'get',
-  })
-}
 
 // 巡林任务
 export function getPlanList(userId) {