@ -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});
}
@ -1,7 +1,7 @@
import service from "./indexApi";
const bookApi = {
getBookList() {
return service.post("/api/ebooks/getEbookList");
return service.post("/api/ebooks/getList");
},
export default bookApi;
const homeApi = {
selectHome(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});
Before
Width: 104 | Height: 100 | Size: 41 KiB
After