lxweb/docs/chapter09/RichTextEditor.md
2025-04-22 17:21:18 +08:00

11 lines
642 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div style="display: flex;">
<img src="http://121.8.219.2:18887/logo.png" height="30" />
<div style="margin-left: 5px; font-size: 30px; line-height: 30px; font-weight: bold;">梦想家内容管理系统</div>
</div>
----------
### 问:后台管理系统中,富文本编辑器无法上传图片?
先在F12控制台中查看url=upload/ueditorConfig的请求如该请求返回配置“配置文件初始化失败”则说明资源目录配置错误导致资源目录中的config.json文件并没有正确读取到。
请查看 【 <a href="/chapter07/ResourceDir.html" title="资源目录问题">资源目录问题</a>