feat: 饱和

This commit is contained in:
2025-11-23 01:40:59 +08:00
parent e5a2253926
commit 9b364bb3b8
2 changed files with 38 additions and 4 deletions

View File

@@ -514,7 +514,7 @@ const loadLastTask = async () => {
// 如果任务是成功状态,显示结果
if (task.status === 'SUCCESS' && task.resultVideoUrl) {
previewVideoUrl.value = task.resultVideoUrl
previewVideoUrl.value = task.videoUrl
currentTaskStatus.value = 'SUCCESS'
message.success('已自动加载最近一次任务结果')
} else if (task.status === 'PROCESSING') {