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' }) }