From f3d10f8a9a4e824f62e62c425b92e230ffca1b71 Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Fri, 15 Jan 2021 17:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=8C=E6=96=87=E6=9C=AC=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E5=A2=9E=E5=8A=A0convert=5Furl=E5=8F=82=E6=95=B0?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tinymce-editor/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/tinymce-editor/index.vue b/src/components/tinymce-editor/index.vue index 0b2a2c5..efe6486 100644 --- a/src/components/tinymce-editor/index.vue +++ b/src/components/tinymce-editor/index.vue @@ -55,6 +55,7 @@ export default { branding: false, statusbar: false, powerpaste_word_import: 'merge', + convert_urls: false, images_upload_handler: (blobInfo, success, failure) => { var form = new FormData() form.append('file', blobInfo.blob(), blobInfo.filename())