zhuhao_dev #75

Merged
zhuhao merged 9 commits from zhuhao_dev into main 2024-07-26 15:39:45 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 53e34dc515 - Show all commits

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)
// //