CN-1173 fix: 检测功能UI开发与接口对接

This commit is contained in:
刘洪洪
2023-10-16 17:53:46 +08:00
parent 85db8cd745
commit 0e82bebaac
19 changed files with 725 additions and 437 deletions

View File

@@ -103,6 +103,10 @@ const routes = [
{
path: '/detection/policies/create',
component: () => import('@/views/detectionsNew/DetectionForm')
},
{
path: '/detection/policies/edit',
component: () => import('@/views/detectionsNew/DetectionForm')
}
]
}