二期:BUG修复

This commit is contained in:
朱浩 2024-07-26 15:22:58 +08:00
parent 03ce0df516
commit 53e34dc515
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
// //
const courseList = ref([]) const courseList = ref([])
//id //id
const classId = ref('') const classId = ref(null)
// //
const currentIndex = ref(0) const currentIndex = ref(0)
// //