From 5390e09386a96a6151c98910b10d310874de67ef Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 31 Mar 2025 18:42:15 +0800
Subject: [PATCH] feat:提交降本增效和任务成果接口
---
src/api/home/index.js | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/api/home/index.js b/src/api/home/index.js
index 318eb8e..c79e87a 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -23,3 +23,19 @@
method: 'post',
});
};
+
+// 任务成果
+export const getMediaFileCountBy = () => {
+ return request({
+ url: 'blade-resource/media/api/v1/workspaces/files/getMediaFileCountBy',
+ method: 'get',
+ });
+};
+
+// 降本增效
+export const optimizeCostEfficiency = () => {
+ return request({
+ url: 'drone-device-core/manage/api/v1/devices/optimizeCostEfficiency',
+ method: 'get',
+ });
+};
--
Gitblit v1.9.3