feat: 上传文件Url
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user