wangwei 7 years ago
parent
commit
e26f6b2a9d

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

@@ -57,7 +57,7 @@ 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"});
+			.asList(new String[]{"index_privilege_group_list", "index_app_list", "index_school"});
 
 	@Autowired
 	AppRepo appRepo;