From ff0a104263524a080ed34b5fd09a325ff461ecbb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 17:25:39 +0800
Subject: [PATCH] feat:数据驾驶舱接口变更
---
applications/drone-command/src/api/dataCockpit/index.js | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/applications/drone-command/src/api/dataCockpit/index.js b/applications/drone-command/src/api/dataCockpit/index.js
index 21805e2..6432650 100644
--- a/applications/drone-command/src/api/dataCockpit/index.js
+++ b/applications/drone-command/src/api/dataCockpit/index.js
@@ -2,7 +2,7 @@
* @Author : yuan
* @Date : 2026-01-09 11:14:04
* @LastEditors : yuan
- * @LastEditTime : 2026-02-02 09:45:21
+ * @LastEditTime : 2026-02-03 17:21:56
* @FilePath : \applications\drone-command\src\api\dataCockpit\index.js
* @Description :
* Copyright 2026 OBKoro1, All Rights Reserved.
@@ -100,3 +100,21 @@
params
})
}
+
+// 查list --- 区域
+export const newAreaDivideList = params => {
+ return request({
+ url: `/drone-fw/cockpit/dataCockpit/areaDivideList`,
+ method: 'get',
+ params,
+ })
+}
+
+// 查list
+export const newDefenseSceneManageList = params => {
+ return request({
+ url: `/drone-fw/cockpit/dataCockpit/defenseSceneManageList`,
+ method: 'get',
+ params,
+ })
+}
\ No newline at end of file
--
Gitblit v1.9.3