notadd / neditor

基于 ueditor的更现代化的富文本编辑器,支持HTTPS
https://demo.neditor.notadd.com/
MIT License
1.91k stars 267 forks source link

远程抓取图片报错 #170

Closed baiyuxiong closed 4 years ago

baiyuxiong commented 4 years ago
  1. 在官网 demo 里:https://demo.neditor.notadd.com/试了不行image 网络数据包看起来也不对: image
  2. 在我的代码里测试,请求参数同样不正确,同时上传接口返回没有带 list 参数: image 导致下面的 for循环取 list 时报错: image
  3. neditor.service.js里UE.Editor.prototype.getActionUrl 参数的 action 传值是 undefined

问题:

  1. 为什么请求接口的参数不正确?
  2. 不知道这个 list 需要返回什么东西?
zuohuadong commented 4 years ago

demo 没有配置上传