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();