田源
2024-02-27 dc720417e3b89597a1209467c5523d09b3c88f49
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",