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删除域名,配置为绝对路径的主要内容,如果未能解决你的问题,请参考以下文章

内容图片绝对路径修改方法

dedecms 文章页图片改为绝对路径

2.6 相对和绝对路径 2.7 cd命令 2.8 创建和删除目录2.9 rm命令

普通JAVA类 如何获取,WEB项目的根路径

node path api

绝对和相对路径cd命令创建和删除目录mkdir/rmdirrm命令