Commit cbebc984 authored by tyn's avatar tyn

fix

parent e5530cb8
......@@ -430,7 +430,7 @@ export default {
this.$message.error('账号、验证码不能为空!');
return false;
}
this.$store.dispatch("user/smsLogin", this.yzmparam).then(res => {
this.$store.dispatch("user/smsLoginHandler", this.yzmparam).then(res => {
this.toList();
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment