|
@@ -42,7 +42,8 @@ export function useInitFroalaEditor() {
|
|
|
videoUploadURL: import.meta.env.VITE_APP_API_URL + '/report/uploadImg', //上传url
|
|
|
fileUploadURL: import.meta.env.VITE_APP_API_URL + '/report/uploadImg', //上传url 更多上传介绍 请访问https://www.froala.com/wysiwyg-editor/docs/options
|
|
|
imageDefaultWidth: false,
|
|
|
- quickInsertButtons: ['image', 'ul', 'ol'], //快速插入项
|
|
|
+ quickInsertEnabled: false,
|
|
|
+ // quickInsertButtons: ['image', 'ul', 'ol'], //快速插入项
|
|
|
toolbarVisibleWithoutSelection: true, //是否开启 不选中模式
|
|
|
toolbarSticky: false, //操作栏是否自动吸顶
|
|
|
saveInterval: 0,
|