feat(mobile-fixes-phase3): Complete US-307 - Restructurare Footer Nav (4 butoane noi)
Implemented by Ralph autonomous loop. Iteration: 1 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -130,13 +130,19 @@ const routes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/dashboard',
|
||||
name: 'MainDashboard',
|
||||
component: () => import('@reports/views/DashboardView.vue'),
|
||||
meta: { requiresAuth: true, title: 'Dashboard - ROA2WEB' }
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
redirect: '/reports/dashboard'
|
||||
redirect: '/dashboard'
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
redirect: '/reports/dashboard'
|
||||
redirect: '/dashboard'
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user