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() }