宋杰 4 weeks ago
parent
commit
810aa8fd09
  1. 2
      src/api/boguApi.js
  2. 2
      src/api/pindaoApi.js
  3. 2
      src/api/zhiboApi.js

2
src/api/boguApi.js

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

2
src/api/pindaoApi.js

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

2
src/api/zhiboApi.js

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

Loading…
Cancel
Save