@@ -8,7 +8,7 @@ const loginState = useLoginState()
onMounted(() => {
loginState.checkSession().then(res => {
if (!res) {
if (!res && loginState.token) {
toast.add({
title: '登录失效',
description: '登录已过期,请重新登录',
The note is not visible to the blocked user.