add:ui自动化-场景

This commit is contained in:
2025-04-25 10:30:26 +08:00
parent addbe3ecd4
commit 0a79684d86
5 changed files with 152 additions and 4 deletions

View File

@@ -200,6 +200,34 @@ export const constantRoutes = [
}
]
},
{
path: '/ui-test/automation/add',
component: Layout,
hidden: true,
children: [
{
path: '',
component: () => import('@/views/test/uiTest/addScene'),
name: 'AddScene',
noCache: true,
meta: { title: '创建场景', activeMenu: '/ui-test' }
}
]
},
{
path: '/ui-test/automation/edit',
component: Layout,
hidden: true,
children: [
{
path: '',
component: () => import('@/views/test/uiTest/editScene'),
name: 'EditScene',
noCache: true,
meta: { title: '编辑场景', activeMenu: '/ui-test' }
}
]
},
]
// 动态路由,基于用户权限动态去加载