优化页签功能&支持全屏按钮操作

This commit is contained in:
RuoYi
2026-03-22 13:58:14 +08:00
parent fa224503e4
commit 20dc6b3925
4 changed files with 237 additions and 46 deletions

View File

@@ -65,7 +65,7 @@ public abstract class AbstractQuartzJob implements Job
* 执行后
*
* @param context 工作执行上下文对象
* @param sysScheduleJob 系统计划任务
* @param sysJob 系统计划任务
*/
protected void after(JobExecutionContext context, SysJob sysJob, Exception e)
{