update:Login failure refresh verification code

This commit is contained in:
QM303176530
2020-04-06 13:52:18 +08:00
parent 79254bd64c
commit fbf4a33a31
3 changed files with 81 additions and 73 deletions

View File

@@ -86,7 +86,8 @@ export default {
async submitForm() {
this.$refs.loginForm.validate(async v => {
if (v) {
await this.login()
this.login()
this.loginVefify()
} else {
this.$message({
type: 'error',