zhouwx
4 天以前 819275813ce4e586e7397d15a339145f53c4b04c
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
    })
}