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