为setCourseUrl方法添加课程链接的调试日志,用于排查相关逻辑问题
@@ -3830,7 +3830,9 @@ export default {
}
window.openCourseSettings = () => this.openCourseSettings();
window.setCourseUrl = function(){
+ console.log(this.courseUrl)
this.courseUrl = ''
};