From 06e87b8905aaa00bbcea5fe4dcb5c1c092564469 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 13 Jan 2023 09:37:44 +0800
Subject: [PATCH] 首页现有地对接接口、首页下拉框渲染逻辑完善、社区区域树形数据对接
---
src/api/home/index.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/api/home/index.js b/src/api/home/index.js
index b3c0c28..934e5ee 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -105,6 +105,17 @@
})
}
+// 现有地模块
+export const getAreaStatisticInfo = (type) => {
+ return request({
+ url: `/api/policeStationInfo/policeStationInfo/getAreaStatisticInfo`,
+ method: 'get',
+ params: {
+ type,
+ }
+ })
+}
+
// 获取设备分页数据
export const getEquipmentPaging = (params) => {
return request({
--
Gitblit v1.9.3