From fd3d2b1b892539c96238387d560ca7fe04cb7e63 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 30 Oct 2025 15:44:39 +0800
Subject: [PATCH] feat:围栏/禁飞区数据
---
src/api/layer/index.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/api/layer/index.js b/src/api/layer/index.js
index 7713e21..fb22ca2 100644
--- a/src/api/layer/index.js
+++ b/src/api/layer/index.js
@@ -32,4 +32,11 @@
method: 'post',
data
})
-}
\ No newline at end of file
+}
+// 获取文件夹
+export const dataFolderApi = (id) => {
+ return request({
+ url:`/drone-device-core/layer/api/v1/getFolderByCategoryId/${id}`,
+ method: 'get',
+ })
+ };
\ No newline at end of file
--
Gitblit v1.9.3