fix(web): 修复删除api的路径
This commit is contained in:
@@ -144,7 +144,7 @@ const FlowTask: React.FC = () => {
|
|||||||
level: 'link',
|
level: 'link',
|
||||||
size: 'sm',
|
size: 'sm',
|
||||||
actionType: 'ajax',
|
actionType: 'ajax',
|
||||||
api: `get:${commonInfo.baseAiUrl}/task/remove/\${id}`,
|
api: `get:${commonInfo.baseAiUrl}/flow_task/remove/\${id}`,
|
||||||
confirmText: '确认删除任务记录:${name}',
|
confirmText: '确认删除任务记录:${name}',
|
||||||
confirmTitle: '删除',
|
confirmTitle: '删除',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user