chore:ai智能客服可以正常对话
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user