From 3f7acbae32700d7c3c2f883968ea33d436df5219 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 27 六月 2025 11:28:27 +0800
Subject: [PATCH] update 修改商品广场和神厨左侧导航栏位置
---
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