From 60ab640aca5482a1a6f232d38fc886d3513807c8 Mon Sep 17 00:00:00 2001 From: zclzone Date: Mon, 18 Dec 2023 22:35:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BF=AB=E9=80=9F=E7=99=BB=E9=99=86?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index c553ef4..5a2c302 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -16,7 +16,7 @@
-

+

{{ title }}

@@ -38,7 +38,7 @@ show-password-on="mousedown" placeholder="请输入密码" :maxlength="20" - @keydown.enter="handleLogin" + @keydown.enter="handleLogin()" >