This commit is contained in:
parent
eb4f4e230e
commit
914a451375
|
|
@ -38,7 +38,7 @@ const user = {
|
|||
actions: {
|
||||
// 登录
|
||||
Login({ commit }, userInfo) {
|
||||
const username = userInfo.username.trim()
|
||||
const username = encrypt(userInfo.username.trim())
|
||||
const password = encrypt(userInfo.password)
|
||||
const code = userInfo.code
|
||||
const uuid = userInfo.uuid
|
||||
|
|
|
|||
Loading…
Reference in New Issue