From cbef4aca6065b1d8b3bbbbf64851755f9902f03a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 03 Feb 2026 17:32:34 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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