Commit 7d1aa10a authored by feifei's avatar feifei

登陆优化

parent 38035423
......@@ -176,7 +176,8 @@
//java发送验证码接口
this.$$post('/login/sendLoginSms', this.user)
.then(res => {
if (res.data.result.code != 200) {
console.log(res)
if (res.data.code == 200) {
this.sendLoad = true;
this.time = 60;
this.timer();
......
{
"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