perf: 获取凭证授权逻辑

This commit is contained in:
rd
2025-07-21 18:27:42 +08:00
parent d274ae90a9
commit 39c1f5d3d0

View File

@ -255,7 +255,7 @@ const handleSyncData = () => {
} }
}); });
} else { } else {
close(); startLoading();
} }
}; };