// 首页相关接口 const api = { // 获取首页背景图 getBanner: { url: '/all_login/getBanner', method: 'GET', auth: true, }, } export default api