优化登录身份缓存机制

This commit is contained in:
eoao
2025-07-04 20:02:00 +08:00
parent 7a0711071d
commit e2aeaf3783
4 changed files with 6 additions and 5 deletions

View File

@@ -79,6 +79,7 @@ const jwtUtils = {
return payload;
} catch (err) {
console.log(err)
return null;
}
}