@ -2,7 +2,7 @@ import service from "./indexApi";
const boguApi = {
selectBogu(queryType){
//查询首页的数据
return service.post('/api/show/getShowList', {queryType: queryType});
return service.post('/api/show/getList', {queryType: queryType});
}
const pindaoApi = {
selectPindao(queryType){
const zhiboApi = {
selectZhibo(queryType){
return service.post('/api/live/getLiveList', {queryType: queryType});
return service.post('/api/live/getList', {queryType: queryType});