From ae261f0cf98f7f8bb2be94824f6d8e0caf30d51d Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 20 May 2024 15:55:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/api.js b/src/api/api.js index 31b3d26..ebf257d 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -79,8 +79,8 @@ export const EXTERNALEXAM = `/external/exam/queryExternalExam` // 外链详情接口 export const LINKGETONE = `/link/getOne` -export const LEARN = `/manageApi/xboe/m/boe/umu/enterprise/learn get` -export const NOLOGINURL = `/manageApi/xboe/m/boe/hongshan/noLoginUrl post` +export const LEARN = `/xboe/m/boe/umu/enterprise/learn get` +export const NOLOGINURL = `/xboe/m/boe/hongshan/noLoginUrl post` // 讨论模块 // -- 根据讨论的Id查询讨论发表的帖子 export const QueryDiscussSubmitDetailByDiscussId = '/discussSubmit/queryDiscussSubmitDetailByDiscussId post'