From b6209fc71e484d2a1cfec289dbcee175183ffccc Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Thu, 11 May 2023 10:21:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9F=A5=E8=AF=86=E5=BA=93=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=B7=AF=E5=BE=84=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/api.js b/src/utils/api.js index 977fb43c..0cf53039 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -35,7 +35,7 @@ export const api = { // galaxyProxy galaxyProxy: '/galaxy/setting', // 知识库 - knowledgeBase: '/knowledge', + knowledgeBase: '/knowledgeBase', // 报告相关 reportJob: '/report/job',