修复部分问题

This commit is contained in:
wuxw 2024-05-08 22:56:46 +08:00
parent d0df24cc21
commit acd65498f5

View File

@ -97,7 +97,7 @@ export function hasSession() {
resolve();
return;
}
//reject('回话已失效');
reject('回话已失效');
})
}