From a560ad4a5df696e51212fb82c8fc02829190db93 Mon Sep 17 00:00:00 2001 From: jinhhanhan <1683105490@qq.com> Date: Sat, 31 Jan 2026 10:24:12 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E5=90=8E=E5=8F=B0=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=BB=80=E4=B9=88=E9=A1=B5=E9=9D=A2=E5=B0=B1=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BB=80=E4=B9=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/customer-service.js | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/common/js/customer-service.js b/common/js/customer-service.js index 071d3f3..df71d59 100644 --- a/common/js/customer-service.js +++ b/common/js/customer-service.js @@ -174,39 +174,27 @@ export class CustomerService { break; case 'wxwork': console.log('【跳转企业微信客服】'); - // 修改:强制跳转到AI客服页面 - console.log('【强制跳转 AI 客服】目标路径: /pages_tool/ai-chat/index'); - this.openDifyService(); + this.openWxworkService(false, config, options); break; case 'third': console.log('【跳转第三方客服】'); - // 修改:强制跳转到AI客服页面 - console.log('【强制跳转 AI 客服】目标路径: /pages_tool/ai-chat/index'); - this.openDifyService(); + this.openThirdService(config); break; case 'miniprogram': console.log('【跳转第三方小程序客服】'); - // 修改:强制跳转到AI客服页面 - console.log('【强制跳转 AI 客服】目标路径: /pages_tool/ai-chat/index'); - this.openDifyService(); + this.openThirdService(config); break; case 'niushop': console.log('【跳转牛商客服】'); - // 修改:强制跳转到AI客服页面 - console.log('【强制跳转 AI 客服】目标路径: /pages_tool/ai-chat/index'); - this.openDifyService(); + this.openNiushopService(niushop); break; case 'weapp': console.log('【跳转微信官方客服】'); - // 修改:强制跳转到AI客服页面 - console.log('【强制跳转 AI 客服】目标路径: /pages_tool/ai-chat/index'); - this.openDifyService(); + this.openWeappService(config, options); break; case 'aliapp': console.log('【跳转支付宝客服】'); - // 修改:强制跳转到AI客服页面 - console.log('【强制跳转 AI 客服】目标路径: /pages_tool/ai-chat/index'); - this.openDifyService(); + this.openAliappService(config); break; default: console.error('【未知客服类型】', config.type);