From 14a8869df96a7e83fe3c5c21eb90e81ba829325a Mon Sep 17 00:00:00 2001 From: guoyanqiang <13346346880@163.com> Date: Thu, 17 Apr 2025 10:34:54 +0800 Subject: [PATCH] haha --- src/api/boguApi.js | 10 ++ src/views/ClubView.vue | 278 +++++++++++++++++++++++++++---------------------- src/views/LiveView.vue | 4 +- 3 files changed, 165 insertions(+), 127 deletions(-) create mode 100644 src/api/boguApi.js diff --git a/src/api/boguApi.js b/src/api/boguApi.js new file mode 100644 index 0000000..b3dec00 --- /dev/null +++ b/src/api/boguApi.js @@ -0,0 +1,10 @@ +import service from "./indexApi"; +const boguApi = { + selectBogu(queryType){ + //查询首页的数据 + return service.post('/api/show/getShowList', {queryType: queryType}); + } + +} + +export default boguApi; \ No newline at end of file diff --git a/src/views/ClubView.vue b/src/views/ClubView.vue index 2201df5..fcc5eba 100644 --- a/src/views/ClubView.vue +++ b/src/views/ClubView.vue @@ -25,9 +25,9 @@