<script th:inline="javascript">
[#th:block th:object="${T(org.apache.shiro.SecurityUtils).getSubject().getPrincipal()}"]
var currentUser = {
loginName:[[*{loginName}]],
userName:[[*{userName}]],
userId:[(*{userId})],
deptId:[(*{deptId})],
};
[/th:block]
</script>
相关文章
- 10-20The 14th Chinese Northeast Collegiate Programming Contest
- 10-20Leveraging Long-Range Temporal Relationships Between Proposals for Video Object Detection论文详读
- 10-20深度学习中目标检测Object Detection的基础概念及常用方法
- 10-20Deep Learning for Generic Object Detection: A Survey论文翻译
- 10-20C++Primer 5th Chap10 Generic Algorithms(未完)
- 10-20Generic 打印ID对应的object type的工具
- 10-20BUAA_数据结构_5TH_1. 树叶节点遍历(树-基础题)
- 10-20常用类---Object
- 10-20Object类方法解析
- 10-202021.11.29Object若不重写hashcode的话,hashcode如何计算出来