This commit is contained in:
mariapia.lorusso
2025-06-10 16:15:13 +02:00
parent e396f6d6fc
commit 8b1cb5a35d
2 changed files with 3 additions and 3 deletions

View File

@@ -52,8 +52,8 @@ var auth = createAuth({
} }
}); });
axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL; // axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL;
//axios.defaults.baseURL ='http://localhost:8081'; axios.defaults.baseURL ='http://localhost:8081';

View File

@@ -41,7 +41,7 @@ const router = createRouter({
component: () => import('@/views/pages/OldScenarioExec.vue') component: () => import('@/views/pages/OldScenarioExec.vue')
}, },
{ {
path: 'dashboard', path: '/dashboard',
name: 'dashboard', name: 'dashboard',
component: () => import('@/views/pages/DashExecution.vue') component: () => import('@/views/pages/DashExecution.vue')
}, },