fix(测试跟踪): 去掉富文本编辑框上传图片按钮
This commit is contained in:
parent
5297c0aba3
commit
c98c4af1e7
|
@ -30,7 +30,7 @@
|
|||
return {
|
||||
editor: ClassicEditor,
|
||||
editorConfig: {
|
||||
toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ,'insertTable', 'imageUpload', '|','undo', 'redo'],
|
||||
toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ,'insertTable', '|','undo', 'redo'],
|
||||
// ckfinder: {
|
||||
// uploadUrl: `/image/uploadCkEditor?imgPath=${JSON.stringify(this.imagePath)}`
|
||||
// },
|
||||
|
|
Loading…
Reference in New Issue