fix 路由修改

This commit is contained in:
2025-06-23 17:21:20 +08:00
parent ca1e8182db
commit c0f0b96487

View File

@@ -159,7 +159,7 @@ export const constantRoutes = [
] ]
}, },
{ {
path: '/performance/edit', path: '/performance/edit/:id',
component: Layout, component: Layout,
hidden: true, hidden: true,
children: [ children: [
@@ -215,7 +215,7 @@ export const constantRoutes = [
] ]
}, },
{ {
path: '/ui-test/automation/edit', path: '/ui-test/automation/edit/:id',
component: Layout, component: Layout,
hidden: true, hidden: true,
children: [ children: [