直接附上代码
// 前端代码
<body>
<div id="richtext"></div>
</body>
<script>
const E = window.wangEditor
const editor = new E('#richtext')
editor.create()
editor.config.customUploadImg = function (resultFiles, insertImgFn) {
var date = new FormData();
date