updates
This commit is contained in:
@@ -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';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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')
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user