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

@@ -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 = 'https://www.api.aida.com.hk'
# 徐佩 # 徐佩
# VITE_APP_BASE_URL = 'http://192.168.31.118:5567' # 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' # VITE_APP_BASE_URL = 'http://192.168.31.34:5567'

View File

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