Files
ccdi/docs/reports/implementation/2026-06-01-restore-graph-external-link.md

21 lines
892 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 图谱展示恢复外链版本实施记录
## 基本信息
- 实施日期2026-06-01
- 实施分支dev
- 恢复前版本保存分支codex/save-dev-current-graph
- 影响范围:项目详情专项排查页图谱展示区域
## 修改内容
- 将专项排查页 `SpecialCheck.vue` 的图谱展示组件从内置资金图谱 `FundGraphSection` 恢复为外链图谱组件 `GraphAtlasSection`
- 保留员工家庭资产负债数据为空时的空状态展示,同时在空状态下继续展示外链图谱查询入口。
- 保持扩展查询区域仍位于专项排查主体内容之后。
## 验证情况
- 已执行 `git diff --check`,未发现空白字符问题。
- 已通过 `nvm use` 切换到 Node `v14.21.3`,执行 `npm run build:prod` 通过。
- 构建过程存在前端项目既有资源体积告警,不影响本次恢复外链图谱展示的打包结果。