fix(web): 修复偶然状态下的白屏问题

This commit is contained in:
Wenjie Zhang 2025-08-26 14:55:39 +08:00
parent c26039743c
commit 7fc1673d11
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 MiB

View File

@ -4,7 +4,7 @@
<div class="sidebar-header">
<div class="sidebar-title">
<SettingOutlined class="title-icon" />
<span>{{ selectedAgent.name || '未选择智能体' }} 配置</span>
<span>{{ selectedAgent?.name || '未选择智能体' }} 配置</span>
</div>
<a-button
type="text"