From 85fb13abbeadc1765d2c0056ba99c6c19aa35dfd Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sun, 09 Apr 2023 03:44:49 +0800
Subject: [PATCH] 电子沙盘的调整
---
src/api/dept/index.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 61ca695..c650e0b 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-11-30 15:18:29
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-02-10 10:22:04
+ * @LastEditTime: 2023-04-05 02:37:40
* @FilePath: \srs-police-affairs\src\api\dept\index.js
* @Description:
*
@@ -67,6 +67,7 @@
// url: '/sf3d/area/getAoiByPt',
url: '/sf3d/area/stdgetAoiByPt',
method: 'get',
+ authorization: false,
requestBaseUrl: 'fengt',
params: {
lng,
@@ -105,6 +106,7 @@
// url: '/sf3d/build/houses',
url: '/sf3d/build/stdhouses',
method: 'get',
+ authorization: false,
requestBaseUrl: 'fengt',
params: {
build_id,
@@ -202,13 +204,11 @@
}
// 派出所默认展示小区
-export const getPoliceSationVillageInfo = (deptId) => {
+export const getPoliceSationVillageInfo = (param) => {
return request({
url: `/api/villageInfo/villageInfo/details`,
method: 'get',
- params: {
- deptId
- }
+ params: param
})
}
--
Gitblit v1.9.3