chore:ai智能客服可以正常对话

This commit is contained in:
2025-12-08 17:16:10 +08:00
parent 4cf19e417f
commit 7dbf455341
6 changed files with 55 additions and 63 deletions

View File

@@ -89,15 +89,15 @@ export default {
computed: {
...mapGetters([
'globalAIAgentConfig'
'globalAIKefuConfig'
]),
/// ---- 关于AI客服的配置支持远程配置 ----
userAvatar() {
return this.globalAIAgentConfig?.userAvatar || '/static/images/user-avatar.png'
return this.globalAIKefuConfig?.userAvatar || '/static/images/user-avatar.png'
},
aiAvatar() {
return this.globalAIAgentConfig?.aiAvatar || '/static/images/ai-avatar.png'
return this.globalAIKefuConfig?.aiAvatar || '/static/images/ai-avatar.png'
},
/// ---- others ----
containerHeight() {