From 3adfd5380c3c2a7670d13b19140c19594fb176be Mon Sep 17 00:00:00 2001
From: wyy <3234929097@qq.com>
Date: Mon, 21 Aug 2023 14:36:04 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=A7=E5=93=81=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87=E5=9B=9E=E6=98=BE?=
=?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mall4v/src/components/tiny-mce/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mall4v/src/components/tiny-mce/index.vue b/mall4v/src/components/tiny-mce/index.vue
index 33f740c..74c20b7 100644
--- a/mall4v/src/components/tiny-mce/index.vue
+++ b/mall4v/src/components/tiny-mce/index.vue
@@ -245,7 +245,7 @@ export default {
imageSuccessCBK (response, file, fileList) {
const _this = this
fileList.forEach(v => {
- window.tinymce.get(_this.tinymceId).insertContent(`
`)
+ window.tinymce.get(_this.tinymceId).insertContent(`
`)
})
}
}