haochuan9421 / vue-ueditor-wrap

🚴Vue + 🚄UEditor + v-model双向绑定🚀
https://hc199421.gitee.io/vue-ueditor-wrap/
MIT License
1.6k stars 449 forks source link

图片上传serverUrl时 会报http 请求失败 #117

Closed Ae86fast closed 3 years ago

Ae86fast commented 4 years ago

你遇到了什么 BUG 简单描述你遇到的 BUG。

如何复现 复现 BUG 的步骤:

  1. 进入 xxx 页面。
  2. 点击 xxx。
  3. 输入 xxx。
  4. 出现报错 xxx。

是 UEditor 的 BUG 还是组件的 BUG 初步判断一下是因为 UEditor 导致的报错,还是由于本仓库的 vue-ueditor-wrap 组件导致的报错。

你是否查阅了 README 中的常见问题和其他 ISSUE 已查阅,没有发现我遇到的问题

截图 如果可能,提供截图

开发环境

额外说明 如果可能请提供一个复现问题的 GitHub 仓库地址

大佬,使用你提供的serverUrl: [e.g. http://35.201.165.105:8000/controller.php] 在上传时候 会报未知的错误 image

后端给serverUrl是get的请求可以返回 json 但是 在 上传的时候会报500

Ae86fast commented 4 years ago

后端是java 的

Ae86fast commented 4 years ago

image serverUrl 后端给的是get的请求 可以返回 一json 的数据 但是在 上传的图片就会报 image

haochuan9421 commented 3 years ago

这是你们后端的问题