|
|
|
@ -53,7 +53,7 @@ const routes = [
|
|
|
|
|
{ path: '/', exact: true, name: 'Home' }, |
|
|
|
|
// { path: '/dashboard', name: 'Dashboard', component: Dashboard},
|
|
|
|
|
{ path: '/dashboard', name: 'DashboardBOD', component: DashboardBOD }, |
|
|
|
|
{ path: '/dashboard-customer/:PROJECT_ID/:GANTT_ID', name: 'DashboardCustomer', component: DashboardCustomer }, |
|
|
|
|
// { path: '/dashboard-customer/:PROJECT_ID/:GANTT_ID', name: 'DashboardCustomer', component: DashboardCustomer },
|
|
|
|
|
{ path: '/dashboard-customer/:PROJECT_ID/:GANTT_ID/:SCURVE', name: 'DashboardCustomer', component: DashboardCustomer }, |
|
|
|
|
{ path: '/dashboard-project/:PROJECT_ID/:GANTT_ID', exact: true, name: 'Dashboard Project', component: DashboardProject }, |
|
|
|
|
{ path: '/dashboard-project/:PROJECT_ID/:GANTT_ID/:SCURVE', exact: true, name: 'Dashboard Project', component: DashboardProject }, |
|
|
|
|