web页面权限分配

This commit is contained in:
ly19960718 2021-06-17 17:27:59 +08:00
parent 3066d02242
commit ac404b9d66

View File

@ -315,8 +315,8 @@ public class IndexLibServiceImpl extends DefaultBaseService implements IIndexLib
}
for (RolePO role : roles) {
if(ROLE_CODE_2.equals(role.getRoleCode())){
list.add("1");
//list.add("2");
//list.add("1");
list.add("2");
}
}
return list;