|
@@ -304,7 +304,6 @@ export default {
|
|
|
}
|
|
|
return item;
|
|
|
});
|
|
|
-
|
|
|
},
|
|
|
changeMp3(fileList) {
|
|
|
const articleImgList = JSON.parse(JSON.stringify(fileList));
|
|
@@ -465,6 +464,7 @@ export default {
|
|
|
let data = {
|
|
|
fileName: file.raw.name,
|
|
|
speechBase64: base_res[1],
|
|
|
+ language: "ch",
|
|
|
};
|
|
|
prepareTranscribe(data).then((res) => {
|
|
|
_this.$set(_this.curQue, "taskId", res.data.taskId);
|
|
@@ -498,6 +498,7 @@ export default {
|
|
|
let data = {
|
|
|
taskId: this.curQue.taskId,
|
|
|
verseList: JSON.stringify(verseList),
|
|
|
+ language: "ch",
|
|
|
};
|
|
|
getWordTime(data).then((res) => {
|
|
|
this.curQue.wordTime = res.data.result;
|