@@ -1599,6 +1599,12 @@ export default {
_this.goToCourse()
}
},
+ mounted() {
+ let _this = this
+ window.setCourseUrl = function(){
+ _this.courseUrl = ''
+ }
};
</script>