From 1c8473a5dac1ad19fa4ddb69b6c2c1da7ba5bd18 Mon Sep 17 00:00:00 2001 From: 若依 <yzz_ivy@163.com> Date: 星期四, 16 六月 2022 11:35:33 +0800 Subject: [PATCH] Merge pull request #54 from biubiaYang/patch-1 --- src/views/login.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 59ba396..d60e73f 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -100,7 +100,7 @@ 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 }); @@ -212,4 +212,4 @@ height: 40px; padding-left: 12px; } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.3