From a8d0579799df36693ea10b44a824a79246ffc69c Mon Sep 17 00:00:00 2001 From: "cai.pingxiang" Date: Mon, 15 Dec 2025 19:30:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=8A=A5=E5=90=8D=E5=AD=A6?= =?UTF-8?q?=E4=B9=A0=E8=B7=B3=E8=BD=AC=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/Courses.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/study/Courses.vue b/src/views/study/Courses.vue index 16e767c1..2857c5a5 100644 --- a/src/views/study/Courses.vue +++ b/src/views/study/Courses.vue @@ -284,6 +284,10 @@ export default { }, jumpRouter(item) { + if (item.source === 1 && item.courseType === 20) { + this.$message({ type: 'info', message: '很抱歉,当前课程为历史数据,如需学习请联系管理员', offset: 250 }); + return; + } if(item.source==1){ location.href=`${this.webBaseUrl}/course/boeframe?id=${item.courseId}&type=${item.courseType}` }else if(item.source==2){