mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
完成图片上传;
This commit is contained in:
@@ -146,7 +146,11 @@
|
||||
editorConfig.placeholder = '请输入内容'
|
||||
editorConfig.scroll = false // 禁止编辑器滚动
|
||||
editorConfig.MENU_CONF['uploadImage'] = {
|
||||
server: '{:url("File/wangEditorSave")}',
|
||||
fieldName: 'file',
|
||||
meta: {
|
||||
type: 'editor'
|
||||
}
|
||||
}
|
||||
editorConfig.onChange = (editor) => {
|
||||
console.log('content', editor)
|
||||
|
||||
Reference in New Issue
Block a user