学习页面逻辑调整

This commit is contained in:
yanghang
2025-07-06 18:01:31 +08:00
parent 42587bf2b4
commit 250b2f52fe
9 changed files with 436 additions and 159 deletions
+1
View File
@@ -93,6 +93,7 @@ export const commonUploadVoiceFile = (file, url, data = {}, fileKey='voice') =>
}
},
fail(error) {
console.log(error)
reject(new Error('Upload failed'));
}
});