疯狂的狮子li
2020-06-01 5f866906d1d14b2b3f2123a49270458c12fecf7e
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
@@ -122,8 +122,6 @@
            this.open = false;
            this.options.img = process.env.VUE_APP_BASE_API + response.imgUrl;
            this.msgSuccess("修改成功");
          } else {
            this.msgError(response.msg);
          }
          this.$refs.cropper.clearCrop();
        });
@@ -135,4 +133,4 @@
    }
  }
};
</script>
</script>