qx
9 天以前 38a40fefc0c7c6afb17958f6827304dbefda9873
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({