其他分享
首页 > 其他分享> > Ueditor编辑器附件上传配置(非跨域)

Ueditor编辑器附件上传配置(非跨域)

作者:互联网

已公司项目测试环境为例

1.将net.rar文件解压至服务器,在网站下面添加编辑器 

附件:https://files.cnblogs.com/files/benpao-yezi/net.rar

2.在浏览器访问http://172.56.20.34:8051/ueditor/controller.ashx,页面显示{"state":"action 参数为空或者 action 不被支持。"},即为添加成功

 

3.进入项目文件gaia_3.0\src\1.Web\src\static\external\ueditor\ueditor.config.js,配置接口地址

, serverUrl: "http://172.56.20.34:8051/ueditor/controller.ashx"

 

 

 

 

4.配置完成,重新打包前端

标签:files,Ueditor,8051,20.34,跨域,ueditor,编辑器,rar,net
来源: https://www.cnblogs.com/benpao-yezi/p/12044175.html