no message
Former-commit-id: 2fa068b68b43c3ff5fc6ba0be409f146c54bada9 Former-commit-id: 47a21c24b3293a94749b6d3dc7f64273e3c8a4e6 Former-commit-id: 70292108e4607f934f649e0e0ec824a67b14edc8
This commit is contained in:
@@ -74,9 +74,12 @@ export default {
|
||||
password: this.formLogin.password
|
||||
}
|
||||
})
|
||||
.then (res => {
|
||||
.then(res => {
|
||||
this.$log('登录结果', res)
|
||||
})
|
||||
.catch(err => {
|
||||
console.log(err)
|
||||
})
|
||||
} else {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user