wangwei 5 anni fa
parent
commit
fcb8a8608c

+ 3 - 3
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/controller/RolePrivilegeController.java

@@ -68,9 +68,9 @@ import io.swagger.annotations.ApiOperation;
 @RequestMapping("${$rmp.ctr.basic}/rolePrivilege")
 public class RolePrivilegeController extends ControllerSupport {
 
-	private static List<String> disabledPrivilegeCodeList = Arrays.asList(new String[]{
-			"index_privilege_group_list", "index_app_list", "index_school", "school_config",
-			"index_resource_list", "index_school_privilege_settings", "system", "resource"});
+	private static List<String> disabledPrivilegeCodeList = Arrays
+			.asList(new String[]{"index_privilege_group_list", "index_app_list", "index_school",
+					"school_config", "index_school_privilege_settings", "system"});
 
 	@Autowired
 	PrivilegeGroupRepo privilegeGroupRepo;