我的报名学习跳转提示

This commit is contained in:
cai.pingxiang
2025-12-15 19:30:08 +08:00
committed by joshen
parent 925bd5465d
commit a8d0579799

View File

@@ -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){