feat: 调整登录逻辑

This commit is contained in:
duanshuwen
2025-12-25 22:45:55 +08:00
parent b7fbe99cd0
commit f027685072
3 changed files with 28 additions and 23 deletions

View File

@@ -83,7 +83,7 @@ const logo = computed(() => getCurrentConfig().logo);
const handleAgreeAndGetPhone = () => {
// 如果需要微信登录,直接返回
if (needWxLogin.value) {
return
return;
}
if (!isAgree.value) {