forked from drone/command-center-dashboard

zhongrj
2025-04-19 22c441e7eaaba91e85fbda72d49643b8f53b394b
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',
   })
}