From 7aa71a93fd5d97506077ea0f894d98a777ccd7aa Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期四, 10 七月 2025 13:43:20 +0800 Subject: [PATCH] 修改 --- src/components/Tinymce/Tinymce.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Tinymce/Tinymce.vue b/src/components/Tinymce/Tinymce.vue index d61231a..3a47e16 100644 --- a/src/components/Tinymce/Tinymce.vue +++ b/src/components/Tinymce/Tinymce.vue @@ -51,7 +51,7 @@ }, toolbar: { type: [String, Array], - default: " styleselect fontsizeselect paragraphspacing | upfile image bold italic | fontselect |alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | undo redo | lists insertfile table | removeformat fullscreen " + default: " styleselect fontsizeselect paragraphspacing | upfile image bold italic | fontselect |alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | undo redo | lists insertfile table | removeformat fullscreen " } }, data() { @@ -65,7 +65,7 @@ content_css: '/tinymce/skins/content/default/content.css', height: this.height? this.height : 500, // 编辑器高度 branding: false, // 是否禁用“Powered by TinyMCE” - menubar: true, // 顶部菜单栏显示 + menubar: false, // 顶部菜单栏显示 plugins: this.plugins, toolbar: this.toolbar, relative_urls: false, -- Gitblit v1.9.2