Преглед изворни кода

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

SanHQin пре 3 месеци
родитељ
комит
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>