From b0648690b8d3b746eeca878be38fc7b4da5ffbe9 Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Fri, 05 Aug 2022 09:22:08 +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..9cc0765 100644
--- a/src/api/mobile/hd/hd.js
+++ b/src/api/mobile/hd/hd.js
@@ -4,19 +4,19 @@
  * @Last Modified by: liu
  * @Last Modified time: 2022-01-14 17:35:21
  */
-// 党群机构
+// 党政机构
 import request from "@/router/axios";
 
 export const getActivity = (params) => {
-  return request({
-    url: `blade-hd/hd/list`,
-    method: "get",
-  });
+    return request({
+        url: `blade-hd/hd/list`,
+        method: "get",
+    });
 };
 
 export const getdetail = (id) => {
-  return request({
-    url: `blade-hd/hd/detail?id=` + id,
-    method: "get",
-  });
+    return request({
+        url: `blade-hd/hd/detail?id=` + id,
+        method: "get",
+    });
 };
\ No newline at end of file

--
Gitblit v1.9.3