美食模块集成ueditor不能显示上传图片模块
来源:7-3 登录退出(1)
一打哥哥
2019-01-27
美食模块集成ueditor有问题,上传图片出错,如下图:
macos系统
set.js里面配置内容如下:
that.ue = UE.getEditor(‘editor’, {
toolbars: [
[‘undo’, ‘redo’, ‘|’,
‘bold’, ‘italic’, ‘underline’, ‘strikethrough’, ‘removeformat’, ‘formatmatch’, ‘autotypeset’, ‘blockquote’, ‘pasteplain’, ‘|’, ‘forecolor’, ‘backcolor’, ‘insertorderedlist’, ‘insertunorderedlist’, ‘selectall’, ‘|’, ‘rowspacingtop’, ‘rowspacingbottom’, ‘lineheight’],
[‘customstyle’, ‘paragraph’, ‘fontfamily’, ‘fontsize’, ‘|’,
‘directionalityltr’, ‘directionalityrtl’, ‘indent’, ‘|’,
‘justifyleft’, ‘justifycenter’, ‘justifyright’, ‘justifyjustify’, ‘|’, ‘touppercase’, ‘tolowercase’, ‘|’,
‘link’, ‘unlink’],
[‘imagenone’, ‘imageleft’, ‘imageright’, ‘imagecenter’, ‘|’,
‘insertimage’, ‘insertvideo’, ‘|’,
‘horizontal’, ‘spechars’, ‘|’, ‘inserttable’, ‘deletetable’, ‘insertparagraphbeforetable’, ‘insertrow’, ‘deleterow’, ‘insertcol’, ‘deletecol’, ‘mergecells’, ‘mergeright’, ‘mergedown’, ‘splittocells’, ‘splittorows’, ‘splittocols’]
],
enableAutoSave: true,
saveInterval: 60000,
elementPathEnabled: false,
zIndex: 4,
serverUrl: common_ops.buildUrl(’/upload/ueditor’)
});
1回答
-
编程浪子
2019-01-28
config 配置了?
022019-01-28
相似问题