CN-1096 知识库UI开发

This commit is contained in:
hyx
2023-08-03 15:54:30 +08:00
parent a1e9f5c391
commit a456c5aa4b
10 changed files with 2236 additions and 1270 deletions

View File

@@ -40,6 +40,7 @@ export const api = {
knowledgeBaseList: BASE_CONFIG.apiVersion + '/knowledgeBase/list',
knowledgeBaseEnable: BASE_CONFIG.apiVersion + '/knowledgeBase/status',
knowledgeBaseStatistics: BASE_CONFIG.apiVersion + '/knowledgeBase/statistics',
updateKnowledgeUrl: BASE_CONFIG.apiVersion + '/knowledgeBase/audit/log',
// 报告相关
reportJob: '/report/job',