40f58663 by joe

登录输错5次验证码提示

1 parent 81875474
......@@ -297,10 +297,10 @@ export default {
this.errorTips.oe2 = this.i18n.login.tips.oe4;
break;
case 1102:
this.errorTips.e2 = this.i18n.login.tips.e6;
this.errorTips.oe2 = this.i18n.login.tips.e6;
break;
case 1101:
this.errorTips.e2 = this.i18n.login.tips.e7;
this.errorTips.oe2 = this.i18n.login.tips.e7;
break;
}
})
......