no message

This commit is contained in:
A1300399510
2024-01-04 16:11:06 +08:00
parent a9c2929c0b
commit c4cfc4e995
10 changed files with 62 additions and 62 deletions

View File

@@ -833,8 +833,8 @@ export default {
if (typeof window === "undefined") return
if (Object.keys(window["userInfoWin"]).length !== 0) {
if (window["userInfoWin"]["uid"]) isNeedLogin.value = false
else ajax_login()
} else ajax_login()
else if (!document.querySelector("#append_parent #fwin_login")) ajax_login()
} else if (!document.querySelector("#append_parent #fwin_login")) ajax_login()
}
const route = useRoute()