We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ name: 'manage', path: '/manage', component: 'layout.base', meta: { title: 'manage', i18nKey: 'route.manage', icon: 'carbon:cloud-service-management', order: 9, }, children: [ { name: 'manage_menu', path: 'menu', component: 'view.manage_menu', meta: { title: 'manage_menu', i18nKey: 'route.manage_menu', icon: 'material-symbols:route', order: 3, roles: ['R_SUPER'], } }, { name: 'manage_role', path: 'role', component: 'view.manage_role', meta: { title: 'manage_role', i18nKey: 'route.manage_role', icon: 'carbon:user-role', order: 2, roles: ['R_SUPER'] } }, { name: 'manage_user', path: 'user', component: 'view.manage_user', meta: { title: 'manage_user', i18nKey: 'route.manage_user', icon: 'ic:round-manage-accounts', order: 1, roles: ['R_ADMIN'] } }, { name: 'manage_user-detail', path: 'user-detail/:id', component: 'view.manage_user-detail', meta: { title: 'manage_user-detail', i18nKey: 'route.manage_user-detail', hideInMenu: true, roles: ['R_ADMIN'], activeMenu: 'manage_user' } } ] },
1
No response
The text was updated successfully, but these errors were encountered:
您好 我并没有复现出来你的问题
Sorry, something went wrong.
No branches or pull requests
描述
{
name: 'manage',
path: '/manage',
component: 'layout.base',
meta: {
title: 'manage',
i18nKey: 'route.manage',
icon: 'carbon:cloud-service-management',
order: 9,
},
children: [
{
name: 'manage_menu',
path: 'menu',
component: 'view.manage_menu',
meta: {
title: 'manage_menu',
i18nKey: 'route.manage_menu',
icon: 'material-symbols:route',
order: 3,
roles: ['R_SUPER'],
}
},
{
name: 'manage_role',
path: 'role',
component: 'view.manage_role',
meta: {
title: 'manage_role',
i18nKey: 'route.manage_role',
icon: 'carbon:user-role',
order: 2,
roles: ['R_SUPER']
}
},
{
name: 'manage_user',
path: 'user',
component: 'view.manage_user',
meta: {
title: 'manage_user',
i18nKey: 'route.manage_user',
icon: 'ic:round-manage-accounts',
order: 1,
roles: ['R_ADMIN']
}
},
{
name: 'manage_user-detail',
path: 'user-detail/:id',
component: 'view.manage_user-detail',
meta: {
title: 'manage_user-detail',
i18nKey: 'route.manage_user-detail',
hideInMenu: true,
roles: ['R_ADMIN'],
activeMenu: 'manage_user'
}
}
]
},
建议的解决方案
1
替代方案
No response
额外的上下文
The text was updated successfully, but these errors were encountered: