fix:优化显示

This commit is contained in:
Jafeng 2026-02-11 17:17:31 +08:00
parent 7f37114476
commit f980273cae

View File

@ -1125,7 +1125,6 @@ async function reload(reset = true, opts = {}) {
const corpId = getCorpId(); const corpId = getCorpId();
const teamId = getTeamId(); const teamId = getTeamId();
if (!corpId || !teamId || !userId) { if (!corpId || !teamId || !userId) {
toast('缺少用户/团队信息,请先完成登录与个人信息');
return; return;
} }