tjh/merge #3

Merged
admin merged 16 commits from tjh/merge into dev/1.0 2026-02-02 09:52:19 +00:00
Showing only changes of commit a560ad4a5d - Show all commits

View File

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