Fork me on GitHub
摘要: 在使用elementui框架上传组件的时候,出现session丢失,后端无法获取到sessionid,导致返回状态为未登陆 查看请求头缺少cookie值 上传组件代码: 解决方法: 设置属性with credentials为true支持发送 cookie 凭证信息 修改后el upload代码: 最 阅读全文
posted @ 2018-04-03 19:18 fozero 阅读(4813) 评论(0) 推荐(0)