From 6f83bd8f4a17032f98337e8d22fe6f5ad30e626d Mon Sep 17 00:00:00 2001 From: jinhhanhan <1683105490@qq.com> Date: Thu, 22 Jan 2026 09:47:33 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E5=8A=A0=E4=BA=86ai=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=E9=85=8D=E7=BD=AEglobalAIKefuConfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/golbalConfig.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/js/golbalConfig.js b/common/js/golbalConfig.js index d412a07..70c050a 100644 --- a/common/js/golbalConfig.js +++ b/common/js/golbalConfig.js @@ -65,6 +65,10 @@ export default { componentRefresh() { return this.$store.state.componentRefresh; }, + // AI客服配置 + globalAIKefuConfig() { + return this.$store.state.globalAIKefuConfig; + }, // 客服配置 servicerConfig() { return this.$store.state.servicerConfig;