fix(测试跟踪): 去掉富文本编辑框上传图片按钮

This commit is contained in:
BugKing 2021-04-29 10:49:01 +08:00
parent 5297c0aba3
commit c98c4af1e7
1 changed files with 1 additions and 1 deletions

View File

@ -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)}`
// },