This commit is contained in:
dap
2025-11-18 16:24:31 +08:00
53 changed files with 1091 additions and 76 deletions

View File

@@ -85,6 +85,16 @@ const routes: RouteRecordRaw[] = [
order: 9999,
},
},
{
name: 'Profile',
path: '/profile',
component: () => import('#/views/_core/profile/index.vue'),
meta: {
icon: 'lucide:user',
hideInMenu: true,
title: $t('page.auth.profile'),
},
},
];
export default routes;