From c458be4219710591e603cc92dc26bf5717734ab1 Mon Sep 17 00:00:00 2001 From: hupeng Date: Fri, 24 Jul 2020 16:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E6=8F=92=E5=85=A5?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E9=BB=98=E8=AE=A4=E5=A2=9E=E5=8A=A0100%?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/editorMaterial/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/editorMaterial/index.vue b/src/components/editorMaterial/index.vue index 7a63ebd..4244992 100644 --- a/src/components/editorMaterial/index.vue +++ b/src/components/editorMaterial/index.vue @@ -464,7 +464,7 @@ export default { sureUrls() { let str = ''; this.urls.forEach(item => { - str += '' + str += '' //this.$set(this.value, this.value.length, item) nowEditor.dialog.close(true); nowEditor.editor.setContent(str, true);