|
@@ -71,7 +71,9 @@ import io.swagger.annotations.ApiOperation;
|
|
|
public class RolePrivilegeController extends ControllerSupport {
|
|
|
|
|
|
private static List<String> disabledCodeList = Arrays
|
|
|
- .asList(new String[]{"index_privilege_group_list", "index_app_list", "index_school"});
|
|
|
+ .asList(new String[]{"index_privilege_group_list", "index_app_list", "index_school",
|
|
|
+ "school_config", "index_resource_list", "index_role_privilege_settings",
|
|
|
+ "index_school_privilege_settings"});
|
|
|
|
|
|
@Autowired
|
|
|
PrivilegeGroupRepo privilegeGroupRepo;
|