umditor删除域名,配置为绝对路径
Posted ilovepan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了umditor删除域名,配置为绝对路径相关的知识,希望对你有一定的参考价值。
getAllPic: function (sel, $w, editor) { var me = this, arr = [], $imgs = $(sel, $w); $.each($imgs, function (index, node) { $(node).removeAttr("width").removeAttr("height"); // if (node.width > editor.options.initialFrameWidth) { // me.scale(node, editor.options.initialFrameWidth - // parseInt($(editor.body).css("padding-left")) - // parseInt($(editor.body).css("padding-right"))); // } //修改 var imgsrc = node.src.replace(window.location.protocol + ‘//‘ + window.location.hostname, ‘‘); return arr.push({ //修改 _src: imgsrc, src: imgsrc }); }); return arr; },
文件路径为/umeditor/dialogs/image
php版本umditor
以上是关于umditor删除域名,配置为绝对路径的主要内容,如果未能解决你的问题,请参考以下文章