From 5bd1502433cef2d2911ea21f5d3b11c37dd672b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E6=98=AF=E6=9C=A8=E6=98=93=E6=9D=A8?= Date: Sun, 1 May 2022 11:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=20102=20=E8=A1=8C?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 73000f5..4b1dbc3 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -99,7 +99,7 @@ function handleLogin() { proxy.$refs.loginRef.validate(valid => { if (valid) { loading.value = true; - // 勾选了需要记住密码设置在cookie中设置记住用户明和名命 + // 勾选了需要记住密码设置在 cookie 中设置记住用户名和密码 if (loginForm.value.rememberMe) { Cookies.set("username", loginForm.value.username, { expires: 30 }); Cookies.set("password", encrypt(loginForm.value.password), { expires: 30 }); @@ -211,4 +211,4 @@ getCookie(); height: 40px; padding-left: 12px; } - \ No newline at end of file +