This commit is contained in:
2023-06-20 16:37:55 +08:00
parent c2ce122a52
commit 94e7e9685f
300 changed files with 11891 additions and 9511 deletions

View File

@ -83,6 +83,20 @@ export const constantRoutes = [
meta: { title: '个人中心', icon: 'user' }
}
]
},
{
path: '/manage',
component: Layout,
hidden: true,
redirect: 'noredirect',
children: [
{
path: 'manage',
component: () => import('@/views/system/user/manage/index'),
name: 'manage',
meta: { title: '后台管理', icon: 'user' }
}
]
}
]