Refactor path

This commit is contained in:
2025-06-05 14:28:06 +02:00
parent 854c96ecf6
commit 8b8843ee14

View File

@@ -130,7 +130,7 @@ function createScenarioItem(app) {
} }
], ],
command: () => { command: () => {
route.push({ path: `/scenario/exec/${app.scenario_id}` }); route.push({ path: `/home/scenario/exec/${app.scenario_id}` });
} }
}; };