Explorar el Código

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

SanHQin hace 3 meses
padre
commit
0a57acf9a8
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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>