无人机管理后台前端(已迁走)
张含笑
2025-08-28 279b452855865fb2712e7f3ba799efcbf6e296ae
src/api/patchManagement/index.js
@@ -79,4 +79,11 @@
      method: 'get',
      responseType: 'blob',
   })
}
}
// 图斑管理删除
export const patchDeleteApi = (id) => {
   return request({
     url: `/drone-device-core/patches/api/v1/Patches/delete/${id}`,
     method: 'delete'
   })
  }