mirror of
https://github.com/jeecgboot/JimuReport.git
synced 2025-11-29 01:06:22 +08:00
--author:scott--date:20251009--for:修复AjaxRequestUtils中switchJimuDrag属性类型为字符串
This commit is contained in:
@@ -72,7 +72,7 @@ public class AjaxRequestUtils {
|
||||
if (originalSession!=null && originalSession.getAttribute("loginFrom") == null) {
|
||||
log.info("设置登录来源,BI与报表切换开关,注入个性化session信息。");
|
||||
originalSession.setAttribute("loginFrom", LOGIN_FROM_MODEL_NEED_LOGOUT);
|
||||
originalSession.setAttribute("switchJimuDrag", true);
|
||||
originalSession.setAttribute("switchJimuDrag", "true");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user