From 19b03b6c9153b7628312221ba61b9cb5fab7ef75 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Wed, 12 Nov 2025 11:54:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bytedesk-integration/config/bytedesk.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bytedesk-integration/config/bytedesk.config.js b/src/bytedesk-integration/config/bytedesk.config.js index 4d674005..176d671d 100644 --- a/src/bytedesk-integration/config/bytedesk.config.js +++ b/src/bytedesk-integration/config/bytedesk.config.js @@ -28,7 +28,7 @@ export const bytedeskConfig = { // API服务地址(如果 SDK 需要调用 API) apiUrl: '/bytedesk-api/', // 聊天页面地址(使用完整 HTTPS 域名,解决混合内容问题) - htmlUrl: 'https://valuefrontier.cn/bytedesk-api/chat/', + htmlUrl: 'https://valuefrontier.cn/chat/', // SDK 资源基础路径(保持 Bytedesk 官方 CDN,用于加载外部模块) baseUrl: 'https://www.weiyuai.cn',