后台导航调整:系统定时任务归入系统菜单
将系统定时任务从消息分组移除 在系统分组新增系统定时任务入口 路由保持 /system_jobs 不变,仅调整菜单归类
This commit is contained in:
@@ -779,8 +779,7 @@
|
|||||||
defaultPath: '/messages',
|
defaultPath: '/messages',
|
||||||
items: [
|
items: [
|
||||||
{ label: '消息列表', path: '/messages' },
|
{ label: '消息列表', path: '/messages' },
|
||||||
{ label: '定时推送', path: '/message_push' },
|
{ label: '定时推送', path: '/message_push' }
|
||||||
{ label: '系统定时任务', path: '/system_jobs' }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -827,6 +826,7 @@
|
|||||||
items: [
|
items: [
|
||||||
{ label: '用户统计', path: '/users' },
|
{ label: '用户统计', path: '/users' },
|
||||||
{ label: '资源监控', path: '/system_status' },
|
{ label: '资源监控', path: '/system_status' },
|
||||||
|
{ label: '系统定时任务', path: '/system_jobs' },
|
||||||
{ label: '全局配置', path: '/system_llm' },
|
{ label: '全局配置', path: '/system_llm' },
|
||||||
{ label: '文件浏览', path: '/file_browser' },
|
{ label: '文件浏览', path: '/file_browser' },
|
||||||
{ label: '运行日志', path: '/wx_logs' },
|
{ label: '运行日志', path: '/wx_logs' },
|
||||||
|
|||||||
Reference in New Issue
Block a user