Merge branch 'dev'

This commit is contained in:
zoujiandong 2023-07-20 17:38:33 +08:00
commit 5e3f3227c2

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) {