mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
提交
This commit is contained in:
@@ -600,11 +600,11 @@ export default {
|
||||
}
|
||||
}else{
|
||||
this.$message.error('您还未报名');
|
||||
if(this.courseInfo.type==10){
|
||||
location.href = this.webBaseUrl + "/course/micro?id="+this.courseId;
|
||||
}else{
|
||||
// if(this.courseInfo.type==10){
|
||||
// location.href = this.webBaseUrl + "/course/micro?id="+this.courseId;
|
||||
// }else{
|
||||
location.href = this.webBaseUrl + "/course/detail?id="+this.courseId;
|
||||
}
|
||||
// }
|
||||
}
|
||||
} else {
|
||||
this.$message.error(res.message);
|
||||
|
||||
Reference in New Issue
Block a user