|
@@ -69,7 +69,7 @@ public class LoginCtl extends BaseCtl {
|
|
|
@ResponseBody
|
|
|
public List<MenuModel> getUserMenuTree() {
|
|
|
Session session = SecurityUtils.getSubject().getSession();
|
|
|
- List<MenuModel> menuList = (List<MenuModel>) session.getAttribute(FrameParam.SESSION_KEY_MENUS);
|
|
|
+ List<MenuModel> menuList = (List<MenuModel>) session.getAttribute(Constants.SESSION_KEY_MENUS);
|
|
|
return menuList;
|
|
|
}
|
|
|
}
|