From 4a080fd0160843583c49e05110b4d6e767502e86 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 31 Oct 2025 11:46:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/图层管理' into 图层管理
---
src/api/layer/index.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/api/layer/index.js b/src/api/layer/index.js
index 158c108..27a3fd2 100644
--- a/src/api/layer/index.js
+++ b/src/api/layer/index.js
@@ -6,6 +6,19 @@
params,
});
};
+
+
+export const spatialPlanningApi = data => {
+ return request({
+ url: `/drone-device-core/layer/api/v1/spatialPlanning`,
+ method: 'post',
+ data,
+ });
+};
+
+
+
+
// 电子围栏
// 编辑
export const deitFenceApi = data => {
--
Gitblit v1.9.3