ludc
2024-04-15 b3123380397990c9a82710dad430f87fb97b4b8f
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",