feat: playground add profile

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

View File

@@ -101,6 +101,16 @@ const routes: RouteRecordRaw[] = [
name: 'VbenAbout',
path: '/vben-admin/about',
},
{
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;