From 33681608a06237c74a4bdbfc7590cc2b504572ed Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 08 九月 2025 10:13:57 +0800 Subject: [PATCH] 管理端窗口关闭 --- manager/src/api/video.js | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/manager/src/api/video.js b/manager/src/api/video.js index ba0ca82..265a401 100644 --- a/manager/src/api/video.js +++ b/manager/src/api/video.js @@ -119,3 +119,16 @@ data: params }) } +export const getCommentPage=(params) =>{ + return service({ + url:"/lmk/videoComment", + method:"GET", + params:params + }) +} +export const removeById=(params) =>{ + return service({ + url:"/lmk/videoComment/"+params, + method:"DELETE", + }) +} -- Gitblit v1.8.0