From 6b394c7206326e66811dbd8d646874c8abb20e89 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 26 六月 2025 09:47:34 +0800 Subject: [PATCH] 调整报名活动页面 --- api/video.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/video.js b/api/video.js index df1681f..d3dddd1 100644 --- a/api/video.js +++ b/api/video.js @@ -26,7 +26,7 @@ * * @param params */ - export function getRecommendVideos(params) { + export async function getRecommendVideos(params) { return http.request({ url: "/lmk/video/recommend", method: Method.GET, @@ -235,4 +235,4 @@ method: Method.POST, needToken: true }); -} \ No newline at end of file +} -- Gitblit v1.8.0