Commit 0f7aa021 authored by yaya's avatar yaya

feat:优化图片编辑去除水印功能

parent e902050a
...@@ -272,6 +272,8 @@ export default { ...@@ -272,6 +272,8 @@ export default {
handleGetImageBase64(imgUrlBase64) { handleGetImageBase64(imgUrlBase64) {
this.imageBase64 = imgUrlBase64 this.imageBase64 = imgUrlBase64
this.showLamaImageDialog = false this.showLamaImageDialog = false
this.$message.success('水印去除成功~')
this.$emit('cutEditSuccess', this.editImageUrl, this.imageBase64)
}, },
/** /**
* 点击裁剪,生成base64图片 * 点击裁剪,生成base64图片
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment