src/api/system/notice.js @@ -8,7 +8,12 @@ params: query }) } export function noticeToday() { return request({ url: '/system/notice/noticeToday', method: 'get', }) } // 查询公告详细 export function getNotice(noticeId) { return request({