Commit 7d1aa10a authored by feifei's avatar feifei

登陆优化

parent 38035423
...@@ -176,7 +176,8 @@ ...@@ -176,7 +176,8 @@
//java发送验证码接口 //java发送验证码接口
this.$$post('/login/sendLoginSms', this.user) this.$$post('/login/sendLoginSms', this.user)
.then(res => { .then(res => {
if (res.data.result.code != 200) { console.log(res)
if (res.data.code == 200) {
this.sendLoad = true; this.sendLoad = true;
this.time = 60; this.time = 60;
this.timer(); this.timer();
......
{ {
"name": "versiony", "name": "versiony",
"version": "5.9.3" "version": "5.9.4"
} }
\ No newline at end of file
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