Browse Source

4.18最新

dev^2
guoyanqiang 4 weeks ago
parent
commit
d38c81178b
  1. 2
      src/api/boguApi.js
  2. 2
      src/api/bookApi.js
  3. 2
      src/api/homeApi.js
  4. 2
      src/api/pindaoApi.js
  5. 2
      src/api/zhiboApi.js
  6. 0
      src/assets/2.png

2
src/api/boguApi.js

@ -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});
}
}

2
src/api/bookApi.js

@ -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;

2
src/api/homeApi.js

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

0
src/assets/fc96bb6c-3c9e-4517-a8dc-3bacecc0df34.png → src/assets/2.png

Before

Width: 104  |  Height: 100  |  Size: 41 KiB

After

Width: 104  |  Height: 100  |  Size: 41 KiB

Loading…
Cancel
Save