ruoyi-ui/src/components/ImageUpload/index.vue @@ -60,7 +60,7 @@ this.$emit("input", ""); }, handleUploadSuccess(res) { this.$emit("input", res.url); this.$emit("input", res.data.url); this.loading.close(); }, handleBeforeUpload() {