Commit Graph

2 Commits

Author SHA1 Message Date
Yep_Q
cb9bf5ad74 fix: 统一文旅订单班数据路径引用
详细说明:
- 修复文旅HTML中的data路径从'../data/'改为'data/'
- 移除app.js中的兼容性路由,统一使用标准路径
- 确保文旅和食品订单班的资源引用一致性
- 文旅使用: data/订单班文档资料/文旅/...
- 食品使用: images/... 和 agent-avatars/...

影响文件:
- order-classes/wenlu/*.html (7个文件)
- app.js (移除/order-class/data兼容路由)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 10:35:45 +08:00
Yep_Q
68da1fc605 fix: 修复展示页面多个关键问题
修复内容:
1. 修复Agent头像显示问题 - 使用真实图片替代emoji
2. 移除ResultPageV2自动跳转行为
3. 删除不符合需求的ResultPageV2组件
4. 修复undefined变量错误(currentTerminalData)
5. 添加缺失的getSimulationData导入
6. 优化ResultModal支持动态内容展示

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 21:32:28 +08:00