const api = { /** * 获取公告信息 */ getNotice: { url: '/all_login/getNotice', method: 'GET', auth: true, }, /** * 获取动态列表 */ getNews: { url: '/all_login/getNews', method: 'GET', auth: true, }, } export default api