@@ -96,7 +96,7 @@ public class CommonController extends BaseController {
@GetMapping("/config")
public AjaxResult<Map<String,Object>> config(CourseQueryBo bo) throws InterruptedException, ParseException {
Map<String,Object> map = new HashMap<>();
- map.put("hide",false);
+ map.put("hide",true);
return AjaxResult.success(map);
}