From 3dc278f10a4c3e3db7ce3a445bed710bdc88916e Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Wed, 16 Nov 2022 17:10:51 +0800
Subject: [PATCH] 基地信息坐标有误差的问题

---
 src/api/mobile/hd/hd.js |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/api/mobile/hd/hd.js b/src/api/mobile/hd/hd.js
index f2f03bd..3d50342 100644
--- a/src/api/mobile/hd/hd.js
+++ b/src/api/mobile/hd/hd.js
@@ -5,18 +5,18 @@
  * @Last Modified time: 2022-01-14 17:35:21
  */
 // 党群机构
-import request from "@/router/axios";
+import request from '@/router/axios'
 
 export const getActivity = (params) => {
   return request({
-    url: `blade-hd/hd/list`,
-    method: "get",
-  });
-};
+    url: 'blade-hd/hd/list',
+    method: 'get'
+  })
+}
 
 export const getdetail = (id) => {
   return request({
-    url: `blade-hd/hd/detail?id=` + id,
-    method: "get",
-  });
-};
\ No newline at end of file
+    url: 'blade-hd/hd/detail?id=' + id,
+    method: 'get'
+  })
+}

--
Gitblit v1.9.3