perf(export): keep page alive across route switches

This commit is contained in:
tisonhuang
2026-03-01 17:55:49 +08:00
parent 7604ff2ae4
commit a8eb0057e3
3 changed files with 29 additions and 2 deletions

View File

@@ -1831,7 +1831,7 @@ function ExportPage() {
{!showInitialSkeleton && (isLoading || isSessionEnriching) && (
<div className="table-stage-hint">
<Loader2 size={14} className="spin" />
{isLoading ? '正在刷新会话列表…' : '正在补充头像和统计…'}
{isLoading ? '导出板块数据加载中…' : '正在补充头像和统计…'}
</div>
)}