修改打开弹窗写法

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-06-23 18:17:42 +08:00
parent 67d4082297
commit 948074b232
21 changed files with 145 additions and 148 deletions

View File

@@ -42,10 +42,7 @@ onMounted(() => {
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); // 是否需要登录状态