Browse Source

修复验证码功能

pull/1/head
zongjl 2 years ago
parent
commit
d977e54b9f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/views/login/login.vue

+ 2
- 0
src/views/login/login.vue View File

@@ -187,6 +187,8 @@ export default {
});
} else {
this.$message.error(res.data.msg);
// 刷新验证码
this.changeCode();
}
});
}).catch(() => {

Loading…
Cancel
Save