美食模块集成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 配置了?

0
2
编程浪子
回复
一打哥哥
非常感谢,这个的确存在一些问题,后面会在重新录制一块关于这个的缺失视频。接下来我告诉你如何解决这个问题,缺失的主要是关于config配置的:https://git1.imooc.com/coding-265/coding-265/src/master/%E5%AE%8C%E6%95%B4%E6%BA%90%E7%A0%81/web/controllers/upload/Upload.py#L20 可以参考这里的源码。非常抱歉给你带来不方便
2019-01-28
共2条回复

Python Flask构建微信小程序订餐系统(可用于毕设)

微信小程序 + Python Flask 打造订餐系统全栈应用,可用于毕设。

1709 学习 · 1889 问题

查看课程