feat: HLR跟踪页面标识为UDM

This commit is contained in:
TsMask
2025-07-07 10:43:50 +08:00
parent c80e7f17de
commit 2e23709fe4
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ export const constantRoutes: RouteRecordRaw[] = [
{
path: '/trace-task-hlr',
name: 'TraceTaskHLR', // 跟踪任务HLR
meta: { title: 'router.traceTaskHLR', neType: ['HLR'] },
meta: { title: 'router.traceTaskHLR', neType: ['UDM','HLR'] },
component: () => import('@/views/traceManage/task-hlr/index.vue'),
},
{