feat 模拟数据

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Ironsp
2026-05-26 15:53:08 +08:00
parent 72f30359c6
commit a0d1c3739d

View File

@@ -81,7 +81,7 @@ const handleSee = async (row: any) => {
// proxy?.$modal.msgError('视频地址不存在'); // proxy?.$modal.msgError('视频地址不存在');
// return; // return;
// } // }
await videosStore.getVideos(row.id); await videosStore.getVideos('2057338485989367810');
monitorVideoUrl.value = videosStore.hisUrl; monitorVideoUrl.value = videosStore.hisUrl;
dialog.visible = true; dialog.visible = true;
await nextTick(); await nextTick();