修改登录中可能存在的验证码bug
parent
68bc1d6974
commit
d65ad6c5fd
|
@ -507,7 +507,7 @@ export default {
|
||||||
/** 结束验证码后执行 */
|
/** 结束验证码后执行 */
|
||||||
end() {
|
end() {
|
||||||
this.codeColor = this.lightColor;
|
this.codeColor = this.lightColor;
|
||||||
|
this.codeFlag = true;
|
||||||
console.log(this.codeColor);
|
console.log(this.codeColor);
|
||||||
},
|
},
|
||||||
// 发送验证码
|
// 发送验证码
|
||||||
|
|
Loading…
Reference in New Issue