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

This commit is contained in:
RuoYi
2026-03-22 13:59:14 +08:00
parent 49629a3157
commit ac784e1eb8
4 changed files with 237 additions and 46 deletions
@@ -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)
{