From c98c4af1e7ebd965e81f36fd7ba96d3d288764d7 Mon Sep 17 00:00:00 2001 From: BugKing Date: Thu, 29 Apr 2021 10:49:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=AF=8C=E6=96=87=E6=9C=AC=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=A1=86=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/components/track/case/components/MsRichText.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/case/components/MsRichText.vue b/frontend/src/business/components/track/case/components/MsRichText.vue index e69bbebc2d..df08ce90e4 100644 --- a/frontend/src/business/components/track/case/components/MsRichText.vue +++ b/frontend/src/business/components/track/case/components/MsRichText.vue @@ -30,7 +30,7 @@ return { editor: ClassicEditor, editorConfig: { - toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ,'insertTable', 'imageUpload', '|','undo', 'redo'], + toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ,'insertTable', '|','undo', 'redo'], // ckfinder: { // uploadUrl: `/image/uploadCkEditor?imgPath=${JSON.stringify(this.imagePath)}` // },