Browse Source

数字资源

wangzhe 2 years ago
parent
commit
5ce1af83ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/leader.js

+ 1 - 1
src/api/leader.js

@@ -24,7 +24,7 @@ export function getLeaderTrack(trackById) {
     method: 'get',
   })
 }
-// 点击左侧轨迹列表获取时段
+// 点击左侧人员列表获取时段
 export function getTrackList(personId) {
   return request({
     url: '/center-resources/VisuForestLeaderController/getTrackList?personId='+personId,