fix: 将基础配置信息移出window

This commit is contained in:
刘洪洪
2023-06-01 11:30:21 +08:00
parent ef9b32d2b4
commit 72ed204f3a
3 changed files with 5 additions and 7 deletions

View File

@@ -35,9 +35,9 @@ export const api = {
// galaxyProxy
galaxyProxy: '/galaxy/setting',
// 知识库
knowledgeBase: window.BASE_CONFIG.apiVersion + '/knowledgeBase',
knowledgeBaseList: window.BASE_CONFIG.apiVersion + '/knowledgeBase/list',
knowledgeBaseEnable: window.BASE_CONFIG.apiVersion + '/knowledgeBase/status',
knowledgeBase: BASE_CONFIG.apiVersion + '/knowledgeBase',
knowledgeBaseList: BASE_CONFIG.apiVersion + '/knowledgeBase/list',
knowledgeBaseEnable: BASE_CONFIG.apiVersion + '/knowledgeBase/status',
// 报告相关
reportJob: '/report/job',