chore: 修改个人中心路由路径

This commit is contained in:
dap 2024-09-03 08:57:30 +08:00
parent c3d96f3657
commit 560a82f089

View File

@ -18,7 +18,8 @@ const profileRoute: RouteRecordStringComponent[] = [
title: $t('widgets.profile'), title: $t('widgets.profile'),
}, },
name: 'Profile', name: 'Profile',
path: '', path: '/',
redirect: '/profile',
children: [ children: [
{ {
component: '/_core/profile/index', component: '/_core/profile/index',