From 0413a791c9a3768916a506eafdff866ab1efbc9b Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 1 Nov 2024 10:18:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=A6=81=E6=AD=A2=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index db896199..34a6eee7 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -91,6 +91,7 @@ :type="passwordType" :placeholder="$t('login:form:password')" name="password" + autocomplete="new-password" tabindex="2" @keyup.enter.native="handleLogin" />