@@ -31,7 +31,8 @@ onMounted(() => {
// console.log("isProduction", isProduction)
// if (!isProduction) isNeedLogin.value = false
// else determineIsLogin()
determineIsLogin()
if (true) determineIsLogin()
else isNeedLogin.value = false
})
let isNeedLogin = ref(true) // 是否需要登录状态
The note is not visible to the blocked user.