This commit is contained in:
liuye
2024-01-09 15:23:44 +08:00
parent e2201c885f
commit 13ca5516ef

View File

@@ -133,6 +133,7 @@ export default {
if (res?.data) {
this.voiceUrl = res.data[0].split(';')[0]
this.voiceId = res.data[0].split(';')[1]
this.isStart = false
this.sendVoice()
}
}).catch(res => {