RuoYi
2020-08-10 74f52677be7718d63eef89e01c367058a2e43e57
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);
            }
          });
        }