We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.使用下拉树请求自定义接口时,需要在后端添加@crossorigin("*") ,否则在前端请求控制台会提示跨CROS跨域错误,(根据request排查请求地址是127.0.0.1) 2.下拉树的请求到后端时没有token数据,下拉选择器的数据是带有token的 获取token目前使用:HttpServletRequest httpServletRequest对象,使用httpServletRequest.getParameter("token");和httpServletRequest.getHeader("token");获取token 3.下拉树目前只能使用复选框,是否可以支持单选或多选两种情况,并且是否可以支持一次将数据都进行传递,避免已经到了最后一级还需要发起一次请求(类似下拉列表的功能)
The text was updated successfully, but these errors were encountered:
1、目前需要自行配置跨域 2、已修复,待新版本发布 3、不支持
Sorry, something went wrong.
No branches or pull requests
版本号:1.6.4-1.7.8都存在
问题描述:
1.使用下拉树请求自定义接口时,需要在后端添加@crossorigin("*") ,否则在前端请求控制台会提示跨CROS跨域错误,(根据request排查请求地址是127.0.0.1)
2.下拉树的请求到后端时没有token数据,下拉选择器的数据是带有token的
获取token目前使用:HttpServletRequest httpServletRequest对象,使用httpServletRequest.getParameter("token");和httpServletRequest.getHeader("token");获取token
3.下拉树目前只能使用复选框,是否可以支持单选或多选两种情况,并且是否可以支持一次将数据都进行传递,避免已经到了最后一级还需要发起一次请求(类似下拉列表的功能)
错误日志&截图:
重现步骤:
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: