马宇豪
2023-11-30 515a265a809d0c12fb5cbff39cb743f391938a41
1
2
3
4
5
6
7
8
import request from '@/utils/request'
 
export function getNoticeList() {
    return request({
        url: 'api/system/notice/noticeList',
        method: 'get'
    })
}