百度编辑器 单图上传按钮是灰色的 按不动

浏览:10798 发布日期:2015/12/23 分类:求助交流
<js href="__PUBLIC__/static/ueditor/ueditor.config.js" />
<js href="__PUBLIC__/static/ueditor/ueditor.all.js" />
<!-- 实例化编辑器 -->
<script type="text/javascript">
    window.onload = function () {
        window.UEDITOR_HOME_URL = '__PUBLIC__/static/ueditor/';
        window.UEDITOR_CONFIG.initialFrameHeight = 300;
        window.UEDITOR_CONFIG.serverUrl = "{:U('/Admin/Article/upload/')}";
        UE.getEditor('container');
    }
</script>
我这样配置后 涂鸦上传是可以的 能传到/Admin/Article/upload/ 但是单图上传是灰色的 按不了 去掉window.UEDITOR_CONFIG.serverUrl能按 什么原因
最佳答案
评论( 相关
后面还有条评论,点击查看>>