From b11e520152e2326041a64694ec6e940061b090a8 Mon Sep 17 00:00:00 2001 From: smily <3439202112@qq.com> Date: Sun, 14 May 2023 00:38:08 +0800 Subject: [PATCH] Remove console autofill hippo4j username and password logic (#1246) --- threadpool/console/src/views/login/index.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/threadpool/console/src/views/login/index.vue b/threadpool/console/src/views/login/index.vue index 69b3d78b..086359a3 100755 --- a/threadpool/console/src/views/login/index.vue +++ b/threadpool/console/src/views/login/index.vue @@ -131,13 +131,6 @@ export default { } console.log(hostname); }, - mounted() { - if (this.loginForm.username === '') { - this.$refs.username.focus(); - } else if (this.loginForm.password === '') { - this.$refs.password.focus(); - } - }, destroyed() { // window.removeEventListener('storage', this.afterQRScan) },