UMEditor(Ueditor mini)修改图片上传路径  

imageUp.ashx

string pathbase = "/UpLoad/images/"; //保存文件夹在网站根目录下

dialogs/image/image.js

//修改为

var $img = $("<img src='" + url + "' class='edui-image-pic' />"),//去掉editor.options.imagePath,要不然上传后图片列表图片路径错误

umeditor.js

//8038行

//修改为

picLink = link;//去掉me.options.imagePath,拖拽图片进编辑框,路径错误

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-31
  • 2021-06-21
  • 2021-06-13
  • 2021-09-15
  • 2022-01-23
相关资源
相似解决方案