import oahttp from "@/utils/oahttp.js"; /** * 公告列表 */ export const noticeList = (data) => oahttp.get('/article/lists', data) export const noticeDetail = (data) => oahttp.get('/article/detail', data)