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