Browse Source

pc登录记住密码功能

hangb 8 years ago
parent
commit
5a87747510
1 changed files with 1 additions and 2 deletions
  1. 1 2
      components/login/Login.vue

+ 1 - 2
components/login/Login.vue

@@ -472,8 +472,7 @@
       // 清除cookie
       clearCookie () {
         this.setCookie('', '', -1)
-      },
-
+      }
     }
   }
 </script>