feat: 客服通知代码提交
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user