page: 📄 用户储值代码生产
This commit is contained in:
parent
f617caa33e
commit
757eb0aab1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue