diff --git a/server/public/admin/index.html b/server/public/admin/index.html
index c6781556..02ebb503 100644
--- a/server/public/admin/index.html
+++ b/server/public/admin/index.html
@@ -73,7 +73,7 @@
}
@@ -258,7 +258,7 @@
// 隐藏 Dify 头部自带的展开按钮:该按钮仅在收到 isToggledByButton:true 时渲染
// (embed.min.js 默认发送),在其后补发 false 覆盖即可
- var DIFY_ORIGIN = 'http://chat.zhenyangtang.com.cn:8088'
+ var DIFY_ORIGIN = 'https://ai.zhenyangtang.com.cn'
window.addEventListener('message', function (event) {
if (event.origin !== DIFY_ORIGIN) return
if (!event.data || event.data.type !== 'dify-chatbot-iframe-ready') return