初始密码支持自定义修改策略

This commit is contained in:
RuoYi
2025-05-22 23:09:24 +08:00
parent dbe3df5edd
commit 37c94666fb
3 changed files with 19 additions and 4 deletions

View File

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