diff --git a/ruoyi-ui/src/views/system/user/profile/userAvatar.vue b/ruoyi-ui/src/views/system/user/profile/userAvatar.vue index bca0493..f9a4e74 100644 --- a/ruoyi-ui/src/views/system/user/profile/userAvatar.vue +++ b/ruoyi-ui/src/views/system/user/profile/userAvatar.vue @@ -24,7 +24,7 @@
- + 上传 @@ -44,7 +44,7 @@ - 上 传 + 提 交 @@ -84,6 +84,9 @@ export default { editCropper() { this.open = true; }, + // 覆盖默认的上传行为 + requestUpload() { + }, // 向左旋转 rotateLeft() { this.$refs.cropper.rotateLeft();