修改登录中可能存在的验证码bug

master
lemon橪 2021-11-08 11:21:19 +08:00
parent 68bc1d6974
commit d65ad6c5fd
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ export default {
/** 结束验证码后执行 */
end() {
this.codeColor = this.lightColor;
this.codeFlag = true;
console.log(this.codeColor);
},
//