1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-12 12:10:25 +08:00

finish dashboard/account

This commit is contained in:
源文雨
2023-03-22 15:23:35 +08:00
parent 9f97d66600
commit f120bd25cf
3 changed files with 34 additions and 31 deletions

View File

@@ -11,14 +11,14 @@ const menu: MenuModule = {
path: 'analysis',
name: t('routes.dashboard.analysis'),
},
{
path: 'account',
name: t('routes.dashboard.account'),
},
{
path: 'workbench',
name: t('routes.dashboard.workbench'),
},
{
path: 'account',
name: t('routes.dashboard.account'),
},
],
},
}