toggle + menù app

This commit is contained in:
Florinda
2024-10-22 18:12:55 +02:00
parent aa466491c2
commit 6b1eb70239
7 changed files with 153 additions and 61 deletions

View File

@@ -13,5 +13,9 @@ export const ScenarioService = {
return axios.post('/scenariosByApp' , app)
},
getScenariosCross() {
return axios.get('/scenariosCross')
},
}