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);