Merged PR 153: Refactor path
Refactor path
This commit is contained in:
@@ -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}` });
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user