Update login components and styling

This commit is contained in:
wangqiao
2025-08-24 22:05:43 +08:00
parent 43724c4d4d
commit 0fe0f14193
3 changed files with 25 additions and 33 deletions

View File

@ -89,7 +89,7 @@
// 是否登录
const isLogin = computed(() => {
console.log('userStore.token', userStore);
console.log('userStore.token', refreshToken.getToken());
return !!userStore.token
})