This website works better with JavaScript
Home
Explore
Help
Register
Sign In
usoft
/
sso-ssr
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
pc登录记住密码功能
hangb
8 years ago
parent
3682151915
commit
5a87747510
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
1
2
components/login/Login.vue
+ 1
- 2
components/login/Login.vue
View File
@@ -472,8 +472,7 @@
// 清除cookie
clearCookie () {
this.setCookie('', '', -1)
- },
-
+ }
}
}
</script>