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