feat: 调整登录逻辑
This commit is contained in:
@@ -83,7 +83,7 @@ const logo = computed(() => getCurrentConfig().logo);
|
||||
const handleAgreeAndGetPhone = () => {
|
||||
// 如果需要微信登录,直接返回
|
||||
if (needWxLogin.value) {
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
if (!isAgree.value) {
|
||||
|
||||
Reference in New Issue
Block a user