feat: 完成系统管理模块功能迭代
新增用户、菜单、日志、问题帮助等业务模块,优化角色权限分配功能,新增依赖包与全局组件
This commit is contained in:
@@ -19,6 +19,36 @@ export default {
|
||||
name: `${pre}user_management-role`,
|
||||
meta: { ...meta, cache: true, title: '角色' },
|
||||
component: _import('system-administration/user-management/role')
|
||||
},
|
||||
{
|
||||
path: 'user_management/user',
|
||||
name: `${pre}user_management-user`,
|
||||
meta: { ...meta, cache: true, title: '用户' },
|
||||
component: _import('system-administration/user-management/user')
|
||||
},
|
||||
{
|
||||
path: 'menu_configuration/menu',
|
||||
name: `${pre}menu_configuration-menu`,
|
||||
meta: { ...meta, cache: true, title: '菜单配置' },
|
||||
component: _import('system-administration/menu-management/menu-configuration')
|
||||
},
|
||||
{
|
||||
path: 'system_assistant/interface_log',
|
||||
name: `${pre}system_assistant-interface_log`,
|
||||
meta: { ...meta, cache: true, title: '接口日志' },
|
||||
component: _import('system-administration/system-utilities/api-logs')
|
||||
},
|
||||
{
|
||||
path: 'system_assistant/operate_log',
|
||||
name: `${pre}system_assistant-operate_log`,
|
||||
meta: { ...meta, cache: true, title: '操作日志' },
|
||||
component: _import('system-administration/system-utilities/operation-logs')
|
||||
},
|
||||
{
|
||||
path: 'system_assistant/problem_help',
|
||||
name: `${pre}system_assistant-problem_help`,
|
||||
meta: { ...meta, cache: true, title: '问题帮助' },
|
||||
component: _import('system-administration/system-utilities/problem-help')
|
||||
}
|
||||
])('system_settings-')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user