From 46f05dd23583a4a4b58f136a4b6f2d32eb91be5a Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 31 Mar 2025 18:56:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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 45fbd5f..9a03bb1 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -45,3 +45,19 @@
data
});
};
+
+// 任务成果
+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