WANG 5 жил өмнө
parent
commit
2079aa0346

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

@@ -70,10 +70,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_role_privilege_settings",
-					"index_school_privilege_settings", "system", "resource", "auth"});
+	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"});
 
 	@Autowired
 	PrivilegeGroupRepo privilegeGroupRepo;