|
@@ -58,7 +58,7 @@ export default defineComponent({
|
|
|
const subjectType = route.query.subjectType || ''
|
|
|
let title = ''
|
|
|
if (subjectType === 'SUBJECT') {
|
|
|
- title = '声部云练'
|
|
|
+ title = '基础云练'
|
|
|
} else if (subjectType === 'MUSIC') {
|
|
|
title = '独奏云练'
|
|
|
} else if (subjectType === 'ENSEMBLE') {
|
|
@@ -192,7 +192,7 @@ export default defineComponent({
|
|
|
})
|
|
|
|
|
|
onMounted(async () => {
|
|
|
- // SUBJECT: '声部云练',
|
|
|
+ // SUBJECT: '基础云练',
|
|
|
// MUSIC: '独奏云练',
|
|
|
// ENSEMBLE: '合奏云练'
|
|
|
loading.value = true
|