feat:删除多余打印

pull/1414/head
smily 11 months ago
parent 43cc37d014
commit 39ffb67bc5

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

Loading…
Cancel
Save