fix(接口测试): 补充合并pr #895后缺少的路由
This commit is contained in:
parent
7a0004cb5a
commit
59c04230f1
|
@ -53,6 +53,11 @@ export default {
|
|||
path: "automation/report",
|
||||
name: "ApiReportList",
|
||||
component: () => import('@/business/components/api/automation/report/ApiReportList'),
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'monitor/view',
|
||||
name: 'ApiMonitor',
|
||||
component: () => import('@/business/components/api/monitor/ApiMonitor'),
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue