CN-1096 fix: 知识库图标

This commit is contained in:
chenjinsong
2023-08-11 18:35:05 +08:00
parent 2f8d718b66
commit a7afa898ad
24 changed files with 111 additions and 199 deletions

View File

@@ -40,7 +40,8 @@ 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',
updateKnowledgeUrl: BASE_CONFIG.apiVersion + '/knowledgeBase/items/batch',
knowledgeBaseLog: BASE_CONFIG.apiVersion + '/knowledgeBase/audit/log',
// 报告相关
reportJob: '/report/job',