This commit is contained in:
BianLzhaoMin 2025-05-14 09:24:16 +08:00
parent eb4f4e230e
commit 914a451375
1 changed files with 1 additions and 1 deletions

View File

@ -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