Source/UBCS-WEB/src/views/system/userinfo.vue
@@ -32,7 +32,7 @@ updateInfo(form).then(res => { if (res.data.success) { if( form.oldPassword != undefined || form.newPassword1 != undefined || form.newPassword != undefined){ updatePassword(form.oldPassword, form.newPassword, form.newPassword1).then(res => { updatePassword(md5(form.oldPassword), form.newPassword, form.newPassword1).then(res => { if (res.data.success) { this.$message({ type: "success",