RuoYi
2020-10-03 0d79f10c2fd884ee4fb62d2dd5d4421900d88f3a
ruoyi-ui/src/views/system/user/profile/userInfo.vue
@@ -64,8 +64,6 @@
          updateUserProfile(this.user).then(response => {
            if (response.code === 200) {
              this.msgSuccess("修改成功");
            } else {
              this.msgError(response.msg);
            }
          });
        }