修改登录判断

This commit is contained in:
A1300399510
2024-08-13 17:50:53 +08:00
parent d671738a95
commit c098848905
21 changed files with 167 additions and 167 deletions

View File

@@ -60,7 +60,7 @@ const determineIsLogin = () => {
if (Object.keys(window["userInfoWin"]).length !== 0) {
clearInterval(timer)
isGetLoginState.value = false
if (window["userInfoWin"]["uid"]) isNeedLogin.value = false
if (window["userInfoWin"]["uid"] || window["userInfoWin"]["uin"]) isNeedLogin.value = false
}
count++
if (count >= 30) {