From 1acb4ff3e80f83bd4f0a46c2b5f852dbdac15ae0 Mon Sep 17 00:00:00 2001
From: jihongshun <1151753686@qq.com>
Date: 星期六, 06 九月 2025 16:38:51 +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 4f8b3d2..552a548 100644
--- a/src/api/system/template.js
+++ b/src/api/system/template.js
@@ -40,3 +40,11 @@
     data: data
   });
 }
+
+// 鏍规嵁鍧愭爣鏌ヨ闄勮繎鐨勫璁惧
+export function getScopeTower(longitude, latitude, distance) {
+  return request({
+    url: `tower/device/deviceList?distance=${distance}&latitude=${latitude}&longitude=${longitude}`,
+    method: 'get'
+  });
+}

--
Gitblit v1.9.3