Просмотр исходного кода

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table into beta

SanHQin 1 неделя назад
Родитель
Сommit
0a57acf9a8
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      src/components/pages/course.vue

+ 6 - 0
src/components/pages/course.vue

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