后台导航调整:系统定时任务归入系统菜单

将系统定时任务从消息分组移除

在系统分组新增系统定时任务入口

路由保持 /system_jobs 不变,仅调整菜单归类
This commit is contained in:
liuwei
2026-04-16 16:32:58 +08:00
parent 1a1306ec71
commit 410db34acd

View File

@@ -779,8 +779,7 @@
defaultPath: '/messages',
items: [
{ label: '消息列表', path: '/messages' },
{ label: '定时推送', path: '/message_push' },
{ label: '系统定时任务', path: '/system_jobs' }
{ label: '定时推送', path: '/message_push' }
]
},
{
@@ -827,6 +826,7 @@
items: [
{ label: '用户统计', path: '/users' },
{ label: '资源监控', path: '/system_status' },
{ label: '系统定时任务', path: '/system_jobs' },
{ label: '全局配置', path: '/system_llm' },
{ label: '文件浏览', path: '/file_browser' },
{ label: '运行日志', path: '/wx_logs' },