// 首页相关接口 const api = { // 首页-查询banner图列表 queryBannerList: { url: '/config/queryBannerList', method: 'GET', }, } export default api