fix: bug

This commit is contained in:
杨航
2025-09-04 09:24:58 +08:00
parent efd34cd239
commit aa8218d496
+2 -1
View File
@@ -792,7 +792,8 @@ const uploadRecordNow = voicePath => {
id: _id
})
scrollToBottomNow()
commonUploadVoiceFile(voicePath, '/trastudy/traStdychat/voiceChart', {
let _path = isPreview.value ? '/trastudy/traStdychat/previewVoiceChart' : '/trastudy/traStdychat/voiceChart'
commonUploadVoiceFile(voicePath, _path, {
processType: 'ANSER-VOICE',
requestBody: JSON.stringify(_data)
})