chore:加了ai客服配置globalAIKefuConfig

This commit is contained in:
2026-01-22 09:47:33 +08:00
parent 042df8c1c6
commit 6f83bd8f4a

View File

@@ -65,6 +65,10 @@ export default {
componentRefresh() { componentRefresh() {
return this.$store.state.componentRefresh; return this.$store.state.componentRefresh;
}, },
// AI客服配置
globalAIKefuConfig() {
return this.$store.state.globalAIKefuConfig;
},
// 客服配置 // 客服配置
servicerConfig() { servicerConfig() {
return this.$store.state.servicerConfig; return this.$store.state.servicerConfig;