无人机管理后台前端(已迁走)
chenyao
2025-08-01 807bdf40da5178fcfcb9d1a4c5668b74fd81ffc6
src/api/dataCenter/dataCenter.js
@@ -2,7 +2,7 @@
// 列表接口
export const getaiImagesPageAPI = (data,params) => {
    return request({
      url: `/blade-resource//attach/attachmentsPage`,
      url: `/blade-resource/attach/attachmentsPage`,
      method: 'post',
      data,params
   })
@@ -63,4 +63,4 @@
         jobId,
        },
   })
}
}