@@ -111,7 +111,8 @@ export default {
this.$dialog.alert({
message: '恭喜你,加入成功此课程组'
}).then(() => {
- this.$router.push('/studentDownLoad')
+ // this.$router.push('/studentDownLoad')
+ window.location.href = 'https://mstuonline.dayaedu.com/#/studentDownload'
});
} else {
this.$toast(result.msg)