diff --git a/src/pages/words/pronunciations/upload.vue b/src/pages/words/pronunciations/upload.vue index d3213b6e..700fd388 100644 --- a/src/pages/words/pronunciations/upload.vue +++ b/src/pages/words/pronunciations/upload.vue @@ -330,7 +330,7 @@ export default { // 上传录音文件 uploadFile(pronunciation.source).then((res) => { - pronunciation.source = JSON.parse(res).url; + pronunciation.source = res.url; // TODO refactor createPronunciation(pronunciation).then(() => { uni.showToast({