mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 17:55:37 +08:00
提交
This commit is contained in:
@@ -660,11 +660,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