feat(schedule): move system jobs to DB-driven config and dashboard management
This commit is contained in:
@@ -779,7 +779,8 @@
|
||||
defaultPath: '/messages',
|
||||
items: [
|
||||
{ label: '消息列表', path: '/messages' },
|
||||
{ label: '定时推送', path: '/message_push' }
|
||||
{ label: '定时推送', path: '/message_push' },
|
||||
{ label: '系统定时任务', path: '/system_jobs' }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user