feat:代表证卡套样式优化;消息中心、待办中心样式优化

This commit is contained in:
2026-08-30 17:59:02 +08:00
parent 5f73c6a7a3
commit f89b0f643d
6 changed files with 951 additions and 520 deletions
@@ -62,10 +62,9 @@ public class TeacherCongressDelegateCardController {
private SysRoleService sysRoleService;
@At("/h5")
@Ok("void")
@Ok("beetl:/platform/zhghh5/democratic/teachercongress/delegate/card/index.html")
@SaCheckLogin
public void h5Index(HttpServletResponse response) throws IOException, WriterException {
showCard(response);
public void h5Index() {
}
@At