forked from drone/command-center-dashboard

罗广辉
2025-04-21 22a23b05b25e4b5c616f65989ac0ca16324f4c29
src/api/home/event.js
@@ -55,3 +55,11 @@
      data,
   })
}
// 点击图片关联的事件历史图片列表
export const findImgHistory = id => {
   return request({
      url: '/drone-device-core/jobEvent/findImgHistory?eventId='+id,
      method: 'get',
   })
}