From 54ed5d4635a3f54030f1422e259ac1a3b658b038 Mon Sep 17 00:00:00 2001 From: huangzhe <3451701311@qq.com> Date: Tue, 2 Sep 2025 11:22:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E6=8E=A5=E5=8F=A3=E8=AF=B7=E6=B1=82=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/indexProject.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/indexProject.js b/src/api/indexProject.js index b132b93c..4fb8ba55 100644 --- a/src/api/indexProject.js +++ b/src/api/indexProject.js @@ -7,13 +7,13 @@ export const userInfo = (obj) => https.post('/user/info', obj) // 项目列表 export const boeuProjectPageList = (obj) => http.post('/report/boeu/project/pageList', obj) // 文章列表 -export const boeuArticlePageList = (obj) => http.post('/boeu/article/pageList', obj ) +export const boeuArticlePageList = (obj) => http.post('/report/boeu/article/pageList', obj ) // 课程分页列表 export const boeuCourseListPageV2 = (obj) => http.post('/report/boeu/course/List/page/v2', obj ) // 考试列表分页 export const boeuExamPageListV2 = (obj) => http.post('/boeu/exam/pageList/v2', obj ) // 问答分页列表 -export const boeuQuestionPageList= (obj) => http.post('/boeu/question/pageList', obj ) +export const boeuQuestionPageList= (obj) => http.post('/report/boeu/question/pageList', obj ) //柱状体左侧获取数据接口 export const dataStatisticsSelectV1= (obj) => http.post('/data/statistics/select/v1', obj ) //柱状体右侧获取数据接口