From 7f6b3b44c6e120307ccd3296efc84834f540df14 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 17 May 2019 21:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B2=E6=AD=A2=E5=AF=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E8=A7=A6=E5=BA=95=E5=9B=9E=E5=BC=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/templates/system/notice/add.html | 1 + ruoyi-admin/src/main/resources/templates/system/notice/edit.html | 1 + 2 files changed, 2 insertions(+) diff --git a/ruoyi-admin/src/main/resources/templates/system/notice/add.html b/ruoyi-admin/src/main/resources/templates/system/notice/add.html index d4c2fdb0..f2e7c5be 100644 --- a/ruoyi-admin/src/main/resources/templates/system/notice/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/notice/add.html @@ -48,6 +48,7 @@ placeholder: '请输入公告内容', height : 192, lang : 'zh-CN', + followingToolbar: false, callbacks: { onImageUpload: function (files) { sendFile(files[0], this); diff --git a/ruoyi-admin/src/main/resources/templates/system/notice/edit.html b/ruoyi-admin/src/main/resources/templates/system/notice/edit.html index cfc74436..8987df2c 100644 --- a/ruoyi-admin/src/main/resources/templates/system/notice/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/notice/edit.html @@ -50,6 +50,7 @@ placeholder: '请输入公告内容', height : 192, lang : 'zh-CN', + followingToolbar: false, callbacks: { onImageUpload: function (files) { sendFile(files[0], this);