feat: 客服通知代码提交

This commit is contained in:
zdl
2025-11-11 11:31:40 +08:00
parent 8e5623d723
commit 2bb8cb78e6
3 changed files with 12 additions and 12 deletions

View File

@@ -99,7 +99,7 @@
if (difyChatButton) {
// 只在 /home 页面显示
if (currentPath === '/home') {
difyChatButton.style.display = 'flex';
difyChatButton.style.display = 'none';
console.log('[Dify] 显示机器人(当前路径: /home');
} else {
difyChatButton.style.display = 'none';