@@ -1675,7 +1675,7 @@ export default {
this.initPaper();
})
.catch(error => {
- this.message = error.response.responseText;
+ this.message = error.response.data.desc;
this.uploadAudioLoading = false;
});
}