forked from drone/command-center-dashboard

zhongrj
2025-04-21 07360ad073b3fd82da76b7740cafc25518ca3e15
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',
   })
}