Browse Source

需求池862 帮助中心配置,编辑文章内容时,去掉快捷插入图标

hbchen 1 year ago
parent
commit
2e31ca5f40
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/system_manage/assistance_center/assistanceDocAdd.vue

+ 1 - 0
src/views/system_manage/assistance_center/assistanceDocAdd.vue

@@ -99,6 +99,7 @@ import {createBottomHref} from "./utils/common"
           fileUploadURL: process.env.API_ROOT + "/report/uploadImg", //上传url 更多上传介绍 请访问https://www.froala.com/wysiwyg-editor/docs/options
           imageEditButtons:['imageAlign', 'imageCaption', 'imageRemove',  '-', 'imageDisplay',  'imageSize'],
           quickInsertButtons: ["image","video","hr"], //快速插入项
+          quickInsertEnabled:false, // 是否启用快速插入功能
           toolbarVisibleWithoutSelection: false, //是否开启 不选中模式
           // disableRightClick:true,//是否屏蔽右击
           toolbarSticky: false, //操作栏是否自动吸顶