Revert "fix: 修复token样式"

This reverts commit b15ad8eb5e.
This commit is contained in:
ccnetcore
2025-06-29 15:22:57 +08:00
parent b15ad8eb5e
commit 228a309545
2 changed files with 137 additions and 140 deletions

View File

@@ -87,7 +87,6 @@ export default function useAuths(opt) {
)
.then(() => {
useUserStore().updateToken(null);
useUserStore().updateRefreshToken(null);
return true;
})
.catch(() => {