田源
2024-01-04 19a9bc81ca7d90046b67f35adc5b7386be53e27f
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",