|
@@ -80,6 +80,13 @@ export default {
|
|
this.dataInfo = result.data
|
|
this.dataInfo = result.data
|
|
this.courseList = result.data.courseSchedules
|
|
this.courseList = result.data.courseSchedules
|
|
}
|
|
}
|
|
|
|
+ } else if(result.code == 403) {
|
|
|
|
+ this.$router.push({
|
|
|
|
+ path: '/appLogin',
|
|
|
|
+ query: {
|
|
|
|
+ groupId: params.groupId
|
|
|
|
+ }
|
|
|
|
+ })
|
|
} else {
|
|
} else {
|
|
this.$toast(result.msg)
|
|
this.$toast(result.msg)
|
|
}
|
|
}
|