1
lkk
1 天以前 18657144f04cb12efe4b1d23bf925bdedd739c9d
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({