[前端] 研读模块改造为三栏布局:文件树+预览+问答

This commit is contained in:
2026-04-02 12:01:27 +08:00
parent 4355e45580
commit a339757596
8 changed files with 1138 additions and 2159 deletions

View File

@@ -34,16 +34,6 @@ const routes: RouteRecordRaw[] = [
name: 'KnowledgeBase',
component: () => import('@/views/reading/index.vue'),
},
{
path: '/knowledgeBase/fileList',
name: 'FileList',
component: () => import('@/views/reading/fileList.vue'),
},
{
path: '/knowledgeBase/fileDetail',
name: 'FileDetail',
component: () => import('@/views/reading/fileDetail.vue'),
},
{
path: '/applications',
name: 'Application',