feat: 财务对账页面 — GET /api/finance/daily-summary + Finance.vue
This commit is contained in:
@@ -21,6 +21,7 @@ const router = createRouter({
|
||||
{ path: 'logs', component: () => import('@/views/NotificationLogs.vue') },
|
||||
{ path: 'external-api-logs', component: () => import('@/views/ExternalApiLogs.vue') },
|
||||
{ path: 'custom-pages', component: () => import('@/views/CustomPages.vue') },
|
||||
{ path: 'finance', component: () => import('@/views/Finance.vue') },
|
||||
{ path: 'page/:id', redirect: '/custom-pages' },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user