feat: 内容管理员新增知识库管理
This commit is contained in:
@@ -125,7 +125,8 @@ export const roleMenus: Record<RoleKey, MenuSection[]> = {
|
||||
{ page: 'case-library', icon: Collection, title: '病例库管理' },
|
||||
{ page: 'script-case', icon: Reading, title: '剧本病例' },
|
||||
{ page: 'interactive-case', icon: Operation, title: '互动病例' },
|
||||
{ page: 'case-review', icon: DocumentChecked, title: '病例审核' }
|
||||
{ page: 'case-review', icon: DocumentChecked, title: '病例审核' },
|
||||
{ page: 'knowledge-base', icon: Files, title: '知识库管理' }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user