feat(plan): 计划自动化执行、结果列表与鉴权请求优化
- 新增 automationApi、PlanAutomationRun、PlanAutomationExecutionList - 计划构建/列表/执行/进度等接入自动化与路由 - request 与 authToken 处理 token 刷新与错误码 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -138,6 +138,20 @@ export default new Router({
|
||||
Manage: (resolve) => require(['@/components/TestPlatform/Plan/PlanExecute'], resolve)
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/test-platform/plan/automation',
|
||||
name: 'PlanAutomationRun',
|
||||
components: {
|
||||
Manage: (resolve) => require(['@/components/TestPlatform/Plan/PlanAutomationRun'], resolve)
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/test-platform/plan/automation/executions',
|
||||
name: 'PlanAutomationExecutionList',
|
||||
components: {
|
||||
Manage: (resolve) => require(['@/components/TestPlatform/Plan/PlanAutomationExecutionList'], resolve)
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/test-platform/plan/progress',
|
||||
name: 'PlanProgress',
|
||||
|
||||
Reference in New Issue
Block a user