From b609f77709c4646daf155341475ae14fc0c7943d Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期五, 27 六月 2025 13:25:30 +0800
Subject: [PATCH] 修改

---
 src/api/home/homePage.js |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/src/api/home/homePage.js b/src/api/home/homePage.js
index eba3b5d..543ea86 100644
--- a/src/api/home/homePage.js
+++ b/src/api/home/homePage.js
@@ -1,28 +1 @@
 import request from '@/utils/request'
-
-// 获取分页
-export function getNotice(params) {
-    return request({
-        url: '/system/notice/noticeList',
-        method: 'get',
-        params: params
-    })
-}
-
-// 获取分页
-export function getLaws(params) {
-    return request({
-        url: '/system/law/lawList',
-        method: 'get',
-        params: params
-    })
-}
-
-// 获取分页
-export function getPublish(params) {
-    return request({
-        url: '/system/agency/agencyList',
-        method: 'get',
-        params: params
-    })
-}
\ No newline at end of file

--
Gitblit v1.9.2