From a0d1c3739d1d096d0fc3bcd314d4255664d4c899 Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Tue, 26 May 2026 15:53:08 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E6=A8=A1=E6=8B=9F=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot --- src/layout/components/notice/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/notice/index.vue b/src/layout/components/notice/index.vue index 1d536b9..b8a4f1a 100644 --- a/src/layout/components/notice/index.vue +++ b/src/layout/components/notice/index.vue @@ -81,7 +81,7 @@ const handleSee = async (row: any) => { // proxy?.$modal.msgError('视频地址不存在'); // return; // } - await videosStore.getVideos(row.id); + await videosStore.getVideos('2057338485989367810'); monitorVideoUrl.value = videosStore.hisUrl; dialog.visible = true; await nextTick();