feat:删除多余打印

pull/1414/head
smily 2 years ago
parent 43cc37d014
commit 39ffb67bc5

@ -159,9 +159,7 @@ export default {
}); });
}, },
handleLogin() { handleLogin() {
console.log('111111')
this.$refs.loginForm.validate((valid) => { this.$refs.loginForm.validate((valid) => {
console.log('22222', valid)
if (valid) { if (valid) {
this.loading = true; this.loading = true;
this.$store this.$store

Loading…
Cancel
Save