From 57b36feeb74111aa477c8aac86feab7452a009c8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 04 Dec 2023 18:08:39 +0800
Subject: [PATCH] 移动端部分接口加campus参数

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

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

--
Gitblit v1.9.3