page: 📄 用户储值代码生产

This commit is contained in:
bunny 2024-11-11 16:57:35 +08:00
parent f617caa33e
commit 757eb0aab1
1 changed files with 10 additions and 0 deletions

View File

@ -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;