bug
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user