parent
5810791099
commit
a1583ad2a4
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue