Commit 667b5465 authored by nick zheng's avatar nick zheng

fix: 应用分享页语法报错

parent 93944936
......@@ -77,7 +77,7 @@ const messageAuthor = computed(() => {
const timbreEnabled = computed(() => {
return (
!!props.agentApplicationConfig.voiceConfig.timbreId || !!props.agentApplicationConfig.digitalhumanConfig.timbreId
!!props.agentApplicationConfig.voiceConfig.timbreId || !!props.agentApplicationConfig.digitalhumanConfig?.timbreId
)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment