疯狂的狮子li
2020-12-01 f7f7557d4dda5d0ad3c46e4c5f5791b278cc3bfc
ruoyi-ui/src/views/system/user/profile/userInfo.vue
@@ -62,11 +62,7 @@
      this.$refs["form"].validate(valid => {
        if (valid) {
          updateUserProfile(this.user).then(response => {
            if (response.code === 200) {
              this.msgSuccess("修改成功");
            } else {
              this.msgError(response.msg);
            }
            this.msgSuccess("修改成功");
          });
        }
      });