From 77b0b0b6e5306c5cbdf4c55f7d310a7e869423bd Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Wed, 01 Dec 2021 16:48:44 +0800
Subject: [PATCH] 枪支定位接口
---
src/api/index/index.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/index/index.js b/src/api/index/index.js
index c111f15..62f839f 100644
--- a/src/api/index/index.js
+++ b/src/api/index/index.js
@@ -251,3 +251,11 @@
params: param
})
}
+
+// 获取枪支定位数据
+export const getGunPosition = () => {
+ return request({
+ url: '/api/gun/getGunList',
+ method: 'get',
+ })
+}
--
Gitblit v1.9.3