Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop

This commit is contained in:
yanghang
2025-07-16 09:35:42 +08:00
10 changed files with 22 additions and 34 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ export function downloadVoiceFile(url) {
let baseUrl = get_base_url();
return new Promise((resolve, reject) => {
uni.downloadFile({
url: `${baseUrl}${url}`,
url: `${baseUrl}${url}`,
header,
success(result) {
console.log(result)