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);