diff --git a/src/router/modules/bill.ts b/src/router/modules/bill.ts index 71dcacc..c97c717 100644 --- a/src/router/modules/bill.ts +++ b/src/router/modules/bill.ts @@ -68,5 +68,15 @@ export default { title: 'debtTracking', }, }, + // 预算储值 + { + path: '/financial/savingGoal', + name: 'savingGoal', + component: () => import('@/views/financial/savingGoal/index.vue'), + meta: { + icon: 'iconamoon:category', + title: 'savingGoal', + }, + }, ], } satisfies RouteConfigsTable;