修改打开弹窗写法

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-06-23 18:17:56 +08:00
parent 05a71799cf
commit f208fb2aec
30 changed files with 301 additions and 303 deletions

View File

@@ -42,10 +42,7 @@ onMounted(() => {
};
} else determineIsLogin();
const params = new URLSearchParams(window.location.search);
const isLoginValue = params.get("islogin");
if (isLoginValue == 1) getUserInfoWin();
else realname.value = 1;
getUserInfoWin();
});
let isNeedLogin = ref(true); // 是否需要登录状态