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',