From d38c81178ba6d0f0a6e14859e306f3ba0c27777e Mon Sep 17 00:00:00 2001 From: guoyanqiang <13346346880@163.com> Date: Fri, 18 Apr 2025 16:30:07 +0800 Subject: [PATCH] =?UTF-8?q?4.18=E6=9C=80=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/boguApi.js | 2 +- src/api/bookApi.js | 2 +- src/api/homeApi.js | 2 +- src/api/pindaoApi.js | 2 +- src/api/zhiboApi.js | 2 +- .../{fc96bb6c-3c9e-4517-a8dc-3bacecc0df34.png => 2.png} | Bin 6 files changed, 5 insertions(+), 5 deletions(-) rename src/assets/{fc96bb6c-3c9e-4517-a8dc-3bacecc0df34.png => 2.png} (100%) diff --git a/src/api/boguApi.js b/src/api/boguApi.js index b3dec00..9064a1e 100644 --- a/src/api/boguApi.js +++ b/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}); } } diff --git a/src/api/bookApi.js b/src/api/bookApi.js index 24a8f42..3b9003c 100644 --- a/src/api/bookApi.js +++ b/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; diff --git a/src/api/homeApi.js b/src/api/homeApi.js index 7ab8b26..6014b75 100644 --- a/src/api/homeApi.js +++ b/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}); } } diff --git a/src/api/pindaoApi.js b/src/api/pindaoApi.js index 882944a..19eee56 100644 --- a/src/api/pindaoApi.js +++ b/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}); } } diff --git a/src/api/zhiboApi.js b/src/api/zhiboApi.js index 25009f2..17a1d8c 100644 --- a/src/api/zhiboApi.js +++ b/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}); } } diff --git a/src/assets/fc96bb6c-3c9e-4517-a8dc-3bacecc0df34.png b/src/assets/2.png similarity index 100% rename from src/assets/fc96bb6c-3c9e-4517-a8dc-3bacecc0df34.png rename to src/assets/2.png