From 6e3c774f77f6a16d2a0c8d6d278a28caed6f50ef Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 10 Dec 2024 17:02:07 +0800
Subject: [PATCH] 修改bug
---
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 4a7e564..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: '/system/notice/noticeList',
- method: 'get',
- params: params
- })
-}
-
-// 获取详情
-export function getNoticeDetails(params) {
- return request({
- url: '/system/notice/getNoticeById',
- method: 'get',
- params: params
- })
-}
-
-// 获取分页
-export function getLaws(params) {
- return request({
- url: '/system/law/lawList',
- method: 'get',
- params: params
- })
-}
-
-// 获取详情
-export function getLawsDetails(params) {
- return request({
- url: '/system/law/getLawById',
- method: 'get',
- params: params
- })
-}
-
-// 获取分页
-export function getPublish(params) {
- return request({
- url: '/system/agency/agencyList',
- method: 'get',
- params: params
- })
-}
-
-// 获取详情
-export function getPublishDetails(params) {
- return request({
- url: '/system/agency/getAgencyById',
- method: 'get',
- params: params
- })
-}
\ No newline at end of file
--
Gitblit v1.9.2