用例-增删改查

This commit is contained in:
2025-02-20 15:08:26 +08:00
parent b4b6482e18
commit 3644c94def
13 changed files with 365 additions and 42 deletions

View File

@@ -116,6 +116,20 @@ export const constantRoutes = [
}
]
},
{
path: '/case/detail',
component: Layout,
hidden: true,
children: [
{
path: '',
component: () => import('@/views/test/case/detail'),
name: 'CaseDetail',
noCache: true,
meta: { title: '用例详情', activeMenu: '/case' }
}
]
},
]
// 动态路由,基于用户权限动态去加载