From 8afb1cbbeeccc488b43d33da8ca83f4e3ff1f2b4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 08 Feb 2023 16:50:20 +0800
Subject: [PATCH] 视频监控树结构更改,地图添加影像服务
---
src/api/dept/index.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index a7ed8be..89e4cb7 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -196,6 +196,17 @@
})
}
+// 派出所默认展示小区
+export const getPoliceSationVillageInfo = (deptId) => {
+ return request({
+ url: `/api/villageInfo/villageInfo/details`,
+ method: 'get',
+ params: {
+ deptId
+ }
+ })
+}
+
// 户籍人口、重点人口信息
export const getVillagePersonStatisticInfoByBuildId = (buildId) => {
return request({
--
Gitblit v1.9.3