Browse Source

记住我功能

danch 3 weeks ago
parent
commit
f8e09f6f8d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/sys/login/LoginForm.vue

+ 1 - 0
src/views/sys/login/LoginForm.vue

@@ -148,6 +148,7 @@
         toRaw({
           password: data.password,
           username: data.account,
+          //记住我
           rememberMe: rememberMe.value,
           // captcha: data.inputCode,
           checkKey: randCodeData.checkKey,