diff --git a/sgzb-ui/src/store/modules/user.js b/sgzb-ui/src/store/modules/user.js index e7c921b5..3a2915f2 100644 --- a/sgzb-ui/src/store/modules/user.js +++ b/sgzb-ui/src/store/modules/user.js @@ -41,8 +41,8 @@ const user = { // 登录 Login({ commit }, userInfo) { const username = userInfo.username.trim() - // const password = encrypt(userInfo.password) - const password = userInfo.password + const password = encrypt(userInfo.password) + // const password = userInfo.password const code = userInfo.code const uuid = userInfo.uuid return new Promise((resolve, reject) => { diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue index c7484c16..78d6315e 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue @@ -88,7 +88,7 @@ width="80" type="index" > -