From 80dc4f0481f24deb307e6922364dbb12813f9d64 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期三, 13 十一月 2024 10:31:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

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

--
Gitblit v1.9.2