- 注册时间
- 2012-5-23
- 最后登录
- 2014-5-19
- 阅读权限
- 10
- 积分
- 532
- 精华
- 0
- 帖子
- 164
|
[
{ id: "user", text: "用户管理"},
{ id: "addUser", pid: "user", text: "用户维护", iconCls: "icon-reports", url: "userInfo.jsp",iconPosition: "top" },
{ id: "regUser", pid: "user", text: "注册用户", iconCls: "icon-reports", url: "reg.jsp",iconPosition: "top" },
{ id: "editUser", pid: "user", text: "可编辑用户", iconCls: "icon-reports", url: "user.jsp",iconPosition: "top" },
{ id: "teach", text: "教学管理"},
{ id: "addRight", pid: "teach", text: "学生管理", iconCls: "icon-note", url: "stundetInfo.jsp", iconPosition: "top" },
{ id: "editRight", pid: "teach", text: "教师管理", iconCls: "icon-reports", url: "teacherInfo.jsp", iconPosition: "top" },
{ id: "tree", text: "树形管理" },
{ id: "treemanage", pid: "tree", text: "树形管理", iconCls: "icon-note", url: "tree.jsp", iconPosition: "top" }
]
我是写了一个这样的文本然后再页面中引用 没有问题啊
但是我要个根据不同的权限去判断那个要显示 比如我是教师登陆的 就只显示教学管理
再txt 中没有办法去判断啊
|
|