From 44ae4796151ab2e62dd31ba7dacabf2169b289a0 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Wed, 12 Nov 2025 13:41:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E9=93=BE=E6=8E=A5?= 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 b0794b93..f9bd1f8c 100644 --- a/src/bytedesk-integration/config/bytedesk.config.js +++ b/src/bytedesk-integration/config/bytedesk.config.js @@ -27,7 +27,7 @@ export const bytedeskConfig = { // API服务地址(如果 SDK 需要调用 API) apiUrl: '/bytedesk/', // 聊天页面地址(使用完整 HTTPS 域名,通过 /bytedesk/ 代理避免 React Router 冲突) - htmlUrl: 'https://valuefrontier.cn/bytedesk/chat/', + htmlUrl: 'https://valuefrontier.cn/chat/', // SDK 资源基础路径(保持 Bytedesk 官方 CDN,用于加载外部模块) baseUrl: 'https://www.weiyuai.cn',