import service from "./indexApi"; const zhiboApi = { selectZhibo(queryType){ //查询首页的数据 return service.post('/api/live/getList', {queryType: queryType}); } } export default zhiboApi;