Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite

This commit is contained in:
X1627315083
2026-01-22 14:30:42 +08:00
2 changed files with 6 additions and 4 deletions

View File

@@ -372,8 +372,8 @@
// code: '',
designTitle: '',
designDescription: '',
pdfPath: 'test.pdf',
videoPath: 'test.video',
pdfPath: '',
videoPath: '',
secureToken: null
})
@@ -865,12 +865,12 @@
pdfUploadStatus.value = 'success'
uploadProgressPdf.value = 100
isUploadingPdf.value = false
form.value.pdfPath = uploadId
form.value.pdfPath = res.fileUrl
} else {
videoUploadStatus.value = 'success'
uploadProgressVideo.value = 100
isUploadingVideo.value = false
form.value.videoPath = uploadId
form.value.videoPath = res.fileUrl
}
option.onSuccess?.({ uploadId }, option.file)