Commit 1bc7e74a by shiwenbo

增加授权管理功能

parent 5aad3c9b
......@@ -56,9 +56,9 @@ public class SysAuthMgrController {
Iterator<Role> iter = roles.iterator();
while (iter.hasNext()) {
Role role = iter.next();
if(role.getName().equals("customManageRole")) {
if(role.getName().equals("customManageRole") || role.getName().equals("observerRole")) {
iter.remove();
break;
// break;
}
}
}
......
......@@ -1132,7 +1132,7 @@
<m:index>11500</m:index>
<m:license>md_biz</m:license>
<m:privilege></m:privilege>
<m:role></m:role>
<m:role>bizManagerRole</m:role>
<m:function-definition>
<m:view>functions</m:view>
<m:view-config></m:view-config>
......@@ -1294,6 +1294,20 @@
<m:icon>iconfont iconbumenyurenyuanguanli1x</m:icon>
</m:function-node>
<m:function-node>
<m:id>38b4e828-a1b1-4a0f-96e4-ae4fcabde903</m:id>
<m:name>authMgr</m:name>
<m:title>授权管理</m:title>
<m:index>3500</m:index>
<m:license></m:license>
<m:privilege></m:privilege>
<m:role>systemManagerRole</m:role>
<m:function-definition>
<m:view>function-authMgr</m:view>
<m:view-config></m:view-config>
</m:function-definition>
<m:icon>iconfont iconquanxianguanli1x</m:icon>
</m:function-node>
<m:function-node>
<m:id>c8f91b57-b6a8-4e57-8104-24b21918ceb2</m:id>
<m:name>funcauth</m:name>
<m:title>权限管理</m:title>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment