打开include/extend.func.php文件
在此文件中增加如下函数:
function replaceurl($newurl)
{
$newurl=str_replace(‘src=”https://liuzhongwei2023.oss-cn-shanghai.aliyuncs.com/uploads/allimg/’,’http://你的域名/uploads/allimg/’,$newurl);
return $newurl;
}
调用文章正文内容的标签 {dede:field.body/} 需要改为{dede:field.body function=’replaceurl(@me)’/}
首页 >
织梦DedeCMS绑定二级域名导致图片路径不对的搞定方式
文章介绍
织梦DedeCMS导航高亮标签currentstyle调用自定义字段的方法 | 织梦DedeCMS导航高亮标签currentstyle调用自定义字段的方法 ...