generation report
This commit is contained in:
@@ -149,6 +149,24 @@ const router = createRouter({
|
||||
name: 'news-detail',
|
||||
component: () => import('@/views/news/NewsDetail.vue'),
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/reports',
|
||||
name: 'reports',
|
||||
component: () => import('@/views/reports/ReportManager.vue'),
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/reports/generator',
|
||||
name: 'reports-generator',
|
||||
component: () => import('@/views/reports/ReportGenerator.vue'),
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/reports/history',
|
||||
name: 'reports-history',
|
||||
component: () => import('@/views/reports/ReportHistory.vue'),
|
||||
meta: { requiresAuth: true }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user