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