fix(测试跟踪): 去掉富文本编辑框上传图片按钮
This commit is contained in:
parent
5297c0aba3
commit
c98c4af1e7
|
@ -30,7 +30,7 @@
|
||||||
return {
|
return {
|
||||||
editor: ClassicEditor,
|
editor: ClassicEditor,
|
||||||
editorConfig: {
|
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: {
|
// ckfinder: {
|
||||||
// uploadUrl: `/image/uploadCkEditor?imgPath=${JSON.stringify(this.imagePath)}`
|
// uploadUrl: `/image/uploadCkEditor?imgPath=${JSON.stringify(this.imagePath)}`
|
||||||
// },
|
// },
|
||||||
|
|
Loading…
Reference in New Issue