From 6f65ecb0451eda10a8bfa48cd2a98ee4cba2a0fb Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sat, 01 Apr 2023 14:43:41 +0800
Subject: [PATCH] 1
---
src/api/dept/index.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 61ca695..c5beb21 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -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