更新登录

This commit is contained in:
zoujiandong 2023-07-20 17:36:58 +08:00
parent 81e6b54007
commit 1641f4006b

View File

@ -147,8 +147,9 @@ const handleLogin = () => {
path=res.data[0].children[0].path; path=res.data[0].children[0].path;
} }
proxy.$router.push(path); proxy.$router.push(path);
loading.value = false; loading.value = false;
}else{ }else{
loading.value = false;
loadCaptcha(); loadCaptcha();
} }
} catch (err) { } catch (err) {