From 4babef2228379742188ad51d77300efcbd00a1ba Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 18 Apr 2023 19:25:02 +0800
Subject: [PATCH] 关闭按钮和echarts图例调整
---
src/api/dept/index.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index c4e33db..a69cf78 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-04-17 17:11:15
+ * @LastEditTime: 2023-04-18 17:50:56
* @FilePath: \srs-police-affairs\src\api\dept\index.js
* @Description:
*
@@ -66,8 +66,8 @@
export const getAoiByPt = (lng, lat, height, adcode, tolerance) => {
return request({
// url: '/sf3d/area/getAoiByPt',
- // url: '/sf3d/area/stdgetAoiByPt',
- url: '/data/getAoiByBgId.json',
+ url: '/sf3d/area/stdgetAoiByPt',
+ // url: '/data/getAoiByBgId.json',
method: 'get',
authorization: false,
requestBaseUrl: 'fengt',
--
Gitblit v1.9.3