import service from "./indexApi"; const boguApi = { selectBogu(queryType){ //查询首页的数据 return service.post('/api/show/getShowList', {queryType: queryType}); } } export default boguApi;