Files
leaudit-platform-frontend/app
TanWenyan 8099d333e4 关键修复:移除root.tsx中Dify环境变量注入
问题:root.tsx 将 NEXT_PUBLIC_API_URL, NEXT_PUBLIC_APP_ID,
NEXT_PUBLIC_APP_KEY 注入到客户端 window.__ENV,导致客户端
仍然使用环境变量中的 Dify 直连地址

修改:
- 移除 ENV 对象中的所有 Dify 相关环境变量
- 客户端不再从 window.__ENV 读取 Dify 配置
- 确保客户端只使用 /api 路由

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 14:20:40 +08:00
..
2025-04-09 01:34:14 +08:00
2025-06-04 11:25:53 +08:00