From 152074109bc6e6a17aedbfed290c5c45956ee7f3 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 16 May 2024 13:31:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/CONST.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/CONST.js b/src/api/CONST.js index 624657e..2a64484 100644 --- a/src/api/CONST.js +++ b/src/api/CONST.js @@ -32,6 +32,8 @@ export const TASK_TYPES = { 11: "去完成", 12: "去投票", 13: "去完成", + 20: "未开始", + 21: "进行中" }, path: { 1: ({courseId}) => window.open(window.location.protocol + import.meta.env.VITE_BOE_ONLINE_CLASS_URL + courseId), //在线 From 494162eed4247bcf9d203a6c35bd7a4fd1a147de Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 17 May 2024 22:39:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A4=96=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/api.js | 3 ++- src/views/testscore/OuterChain.vue | 27 +++++++++++++++++++++++---- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/src/api/api.js b/src/api/api.js index 70afe13..31b3d26 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -79,7 +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` // 讨论模块 // -- 根据讨论的Id查询讨论发表的帖子 export const QueryDiscussSubmitDetailByDiscussId = '/discussSubmit/queryDiscussSubmitDetailByDiscussId post' diff --git a/src/views/testscore/OuterChain.vue b/src/views/testscore/OuterChain.vue index 7228cce..b795442 100644 --- a/src/views/testscore/OuterChain.vue +++ b/src/views/testscore/OuterChain.vue @@ -78,12 +78,14 @@