修改index.js

This commit is contained in:
2025-12-10 16:29:00 +08:00
parent d9c8525b94
commit f83d7ae520

View File

@@ -79,14 +79,6 @@ export const constantRoutes = [
redirect: 'noredirect',
children: [
{
path: 'profile',
component: () => import('@/views/system/user/profile/index'),
name: 'Profile',
meta: { title: '个人中心', icon: 'user' },
},
],
},
];
meta: { title: '个人中心', icon: 'user' }
}
]