diff --git a/root/person/loginIndex.vue b/root/person/loginIndex.vue index cdd3024..c0676d2 100644 --- a/root/person/loginIndex.vue +++ b/root/person/loginIndex.vue @@ -23,7 +23,7 @@ - {{ isLoginCode ? "密码登录" : "验证码登录" }} + {{ isLoginCode ? "密码登录" : "验证码登录" }} @@ -57,7 +57,7 @@ export default { return { localBaseImg: this.G.store().localBaseImg, v3BaseImg: this.G.store().v3BaseImg, - isLoginCode: true, + isLoginCode: false, form: { tel: '', pwd: '',