diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 395616f..1245cdf 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -210,6 +210,7 @@ function handleLogin() { }) .catch(() => { state.loading = false; + getCode(); }); } else { console.log("error submit!!");