问题描述
- ueditor的config.json 里边的图片路径是怎么改的?
-
ueditor的config.json 里边的图片路径是怎么改的?不想在里边直接写死,
因为一个服务器下有好多项目。如何动态修改图片上传路径?求大神指点
解决方案
UE.getEditor('content',{imageUrl:'/cgi/xxxx.php'/*这里重写config.json里面的配置项*/})
时间: 2024-10-03 11:28:32
UE.getEditor('content',{imageUrl:'/cgi/xxxx.php'/*这里重写config.json里面的配置项*/})