From fd70eab24093a81fea66e929a1209deb39af8b0c Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 13 Aug 2021 14:43:39 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E5=8E=BB=E9=99=A4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9B=91=E5=90=AC=E7=9A=84=E5=9B=9E=E8=BD=A6=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=20=E6=94=B9=E4=B8=BAinput=E3=80=81=E8=81=9A=E7=84=A6?= =?UTF-8?q?=20=E6=97=B6=E5=9B=9E=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/login.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nezha-fronted/src/components/common/login.vue b/nezha-fronted/src/components/common/login.vue index ae42649a7..e5c69932c 100644 --- a/nezha-fronted/src/components/common/login.vue +++ b/nezha-fronted/src/components/common/login.vue @@ -7,17 +7,17 @@
- +
- +
{{$t('login.verifyTitle')}}
- +
{{$t('login.verifyContent')}} @@ -338,11 +338,11 @@ export default { mounted () { const _this = this this.$i18n.locale = this.lang - document.onkeydown = function (e) { - if (e.key === 'Enter') { - _this.login() - } - } + // document.onkeydown = function (e) { + // if (e.key === 'Enter') { + // _this.login() + // } + // } document.getElementById('usernameInput').focus() this.licenseStat() }