feat: 上传文件Url

This commit is contained in:
2026-01-22 14:07:56 +08:00
parent 028c6a6540
commit 9a62d277f2
2 changed files with 4 additions and 2 deletions

View File

@@ -7,5 +7,7 @@ VITE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
# VITE_APP_BASE_URL = 'https://www.api.aida.com.hk'
# 徐佩
# VITE_APP_BASE_URL = 'http://192.168.31.118:5567'
# 李天祥
# VITE_APP_BASE_URL = 'http://192.168.31.82:5567'
# 海波
# VITE_APP_BASE_URL = 'http://192.168.31.34:5567'

View File

@@ -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)