| | |
| | | <Delete /> |
| | | </el-icon> |
| | | </Vue3DraggableResizable> |
| | | <!-- ppt --> |
| | | <Vue3DraggableResizable |
| | | v-if="selectPPT.digitalHuman.show == false && selectPPT.digitalHuman?.host" |
| | | :parent="false" |
| | |
| | | } |
| | | |
| | | const chooseTemplate = (currTemplate) => { |
| | | console.log(currTemplate) |
| | | console.log( "currTemplate", currTemplate) |
| | | selectTemplate.value = cloneDeep(currTemplate) |
| | | templates.value.forEach((item) => { |
| | | item.isActive = false |
| | |
| | | const params = { |
| | | text: truncatedText, |
| | | humanId: selectPPT.value.digitalHuman?.host?.id || null, |
| | | // voiceId: audioSelectData.value == undefined ? null : audioSelectData.value[0].id, |
| | | voiceId: 'zh-CN' |
| | | voiceId: audioSelectData.value == undefined ? null : audioSelectData.value[0].id, |
| | | language: selectLanguage.value?.value |
| | | } |
| | | |
| | | try { |