From 71627d89045c5bf3c50030751d93ae519f5dbb8d Mon Sep 17 00:00:00 2001
From: jihongshun <1151753686@qq.com>
Date: 星期三, 20 八月 2025 17:25:50 +0800
Subject: [PATCH] 航点列表 中化建 右侧联动 待测试联调

---
 src/api/system/template.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/system/template.js b/src/api/system/template.js
index 9354c60..4f8b3d2 100644
--- a/src/api/system/template.js
+++ b/src/api/system/template.js
@@ -32,3 +32,11 @@
     method: 'get'
   });
 }
+
+export function buildKmz(data) {
+  return request({
+    url: '/buildKmz',
+    method: 'post',
+    data: data
+  });
+}

--
Gitblit v1.9.3