This commit is contained in:
2023-09-11 21:56:39 +08:00
parent 7a43f39ec8
commit 4c2c1739fc
1719 changed files with 33351 additions and 103245 deletions

View File

@ -88,21 +88,7 @@ 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' }
}
]
}
},
]
// 动态路由,基于用户权限动态去加载