mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-25 05:00:55 +02:00
add EveryDoor as option to report
This commit is contained in:
@@ -52,11 +52,34 @@ const router = createRouter({
|
||||
},
|
||||
{
|
||||
path: '/report',
|
||||
name: 'report',
|
||||
component: () => import('../views/ReportView.vue'),
|
||||
meta: {
|
||||
title: 'Report an ALPR | DeFlock'
|
||||
}
|
||||
name: 'reportChoose',
|
||||
component: () => import('../views/ReportBase.vue'),
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
name: 'report',
|
||||
component: () => import('../views/ReportChoose.vue'),
|
||||
meta: {
|
||||
title: 'Report an ALPR | DeFlock'
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/report/id',
|
||||
name: 'reportID',
|
||||
component: () => import('../views/ReportID.vue'),
|
||||
meta: {
|
||||
title: 'Report using iD | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/report/every-door',
|
||||
name: 'reportEveryDoor',
|
||||
component: () => import('../views/ReportEveryDoor.vue'),
|
||||
meta: {
|
||||
title: 'Report using Every Door | DeFlock'
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/operators',
|
||||
|
||||
Reference in New Issue
Block a user