feat: tdesign add profile

This commit is contained in:
xingyu4j
2025-11-10 18:00:25 +08:00
parent cbf2a02877
commit acf99f2441
9 changed files with 277 additions and 2 deletions

View File

@@ -89,6 +89,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;