fix: 调整detection菜单和一些文字描述

This commit is contained in:
chenjinsong
2023-10-23 18:04:29 +08:00
parent 5b7dd6da90
commit d0aa64fb9c
6 changed files with 15 additions and 35 deletions

View File

@@ -93,19 +93,15 @@ const routes = [
component: () => import('@/views/administration/I18n')
},
{
path: '/detectionsNew',
path: '/detectionPolicy',
component: () => import('@/views/detectionsNew/Index')
},
{
path: '/detection/policies',
component: () => import('@/views/detectionsNew/Index')
},
{
path: '/detection/policies/create',
path: '/detectionPolicy/create',
component: () => import('@/views/detectionsNew/DetectionForm')
},
{
path: '/detection/policies/edit',
path: '/detectionPolicy/edit',
component: () => import('@/views/detectionsNew/DetectionForm')
}
]