修改了 102 行注释拼写错误

master
不是木易杨 2 years ago committed by GitHub
parent 17950a3254
commit 5bd1502433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 });

Loading…
Cancel
Save