feat: 饱和
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user