feat: 使用liteflow替换自定义的任务执行
This commit is contained in:
@@ -2,8 +2,8 @@ import {
|
||||
DeploymentUnitOutlined,
|
||||
InfoCircleOutlined,
|
||||
MoneyCollectOutlined,
|
||||
UnorderedListOutlined
|
||||
} from "@ant-design/icons";
|
||||
UnorderedListOutlined,
|
||||
} from '@ant-design/icons'
|
||||
import {type AppItemProps, ProLayout} from '@ant-design/pro-components'
|
||||
import {ConfigProvider} from 'antd'
|
||||
import {dateFormat} from 'licia'
|
||||
@@ -52,8 +52,12 @@ const menus = {
|
||||
{
|
||||
path: '/task/template/list',
|
||||
name: '任务模板',
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/task/schedule/list',
|
||||
name: '定时任务',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/test',
|
||||
|
||||
Reference in New Issue
Block a user