From 0a3924a5876309e9d97aaeb187fcdabfaf7ea9dd Mon Sep 17 00:00:00 2001 From: GRL-bxy <77558077+GRL-bxy@users.noreply.github.com> Date: Sun, 14 May 2023 01:22:48 +0800 Subject: [PATCH] Remove console autofill hippo4j username and password logic (#1246) (#1266) --- 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) },