@@ -362,6 +362,9 @@ const activeCurrentData = ref([])
onMounted(() => {
currentData.value = courseData.value["三年级"]
+ window.setCourseUrl = function () {
+ courseUrl.value = ''
+ }
getTimeCourse(1, 1)
getCourseList() // 获取课程列表
})