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 = '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

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