feat: billing page
This commit is contained in:
@@ -43,6 +43,12 @@ const routes = [
|
||||
component: () => import('@/pages/Batch.vue'),
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: '/billing/:type/:name',
|
||||
name: 'Billing',
|
||||
component: () => import('@/pages/Billing.vue'),
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: '/statistics',
|
||||
name: 'Statistics',
|
||||
|
||||
Reference in New Issue
Block a user