v2.1 version is released. For details, please see: https://github.com/elunez/eladmin-qd/releases/tag/v2.1

This commit is contained in:
zhengjie
2019-06-30 08:33:22 +08:00
parent 6a06c4a93c
commit 6622ccdb6a
4 changed files with 34 additions and 15 deletions

View File

@@ -106,11 +106,9 @@ export default {
code: this.loginForm.code,
uuid: this.loginForm.uuid
}
console.log(this.cookiePass)
if (user.password !== this.cookiePass) {
user.password = encrypt(user.password)
}
console.log(user.password)
if (valid) {
this.loading = true
if (user.rememberMe) {