feat: 内容管理员新增知识库管理

This commit is contained in:
王天骄
2026-06-08 17:32:19 +08:00
parent 6e6d54e614
commit ce07eff539
3 changed files with 187 additions and 1 deletions
+2 -1
View File
@@ -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: '知识库管理' }
]
},
{