From e733164e1c779b3aef7245936b9daf7875bf791e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 14 Dec 2023 17:12:33 +0800
Subject: [PATCH] 解决屏幕缩放导致鼠标位置不准确的问题,右侧,切换校区后的显示BUG
---
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