浏览代码

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

hbchen 1 年之前
父节点
当前提交
2e31ca5f40
共有 1 个文件被更改,包括 1 次插入0 次删除
  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, //操作栏是否自动吸顶