refactor(frontend): 重构RAG页面结构并收敛无效入口

This commit is contained in:
2026-05-24 22:03:42 +08:00
parent cfa5d1f4e1
commit e51903efbe
14 changed files with 1066 additions and 695 deletions

View File

@@ -2,18 +2,18 @@
import {
Box,
Collection,
DataBoard,
Document,
Files,
Grid,
Histogram,
List,
} from '@element-plus/icons-vue';
const menuItems = [
{ path: '/dashboard', label: '工作台', icon: DataBoard },
{ path: '/system/enums', label: '系统枚举', icon: Grid },
{ path: '/system/attachments', label: '附件管理', icon: Files },
{ path: '/rag/stores', label: '知识库', icon: Collection },
{ path: '/rag/workbench', label: 'RAG工作台', icon: Histogram },
{ path: '/rag/documents', label: '知识文档', icon: Document },
{ path: '/rag/tasks/chunk', label: '切片任务', icon: List },
];
</script>