Commit 39755c80 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

fix: 应用分享页语法报错

See merge request !231
parents e0bf707e 667b5465
...@@ -77,7 +77,7 @@ const messageAuthor = computed(() => { ...@@ -77,7 +77,7 @@ const messageAuthor = computed(() => {
const timbreEnabled = computed(() => { const timbreEnabled = computed(() => {
return ( 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