|
@@ -56,11 +56,11 @@ export default defineComponent({
|
|
|
const subjectType = route.query.subjectType || ''
|
|
|
let title = ''
|
|
|
if (subjectType === 'SUBJECT') {
|
|
|
- title = '声部练习'
|
|
|
+ title = '声部云练'
|
|
|
} else if (subjectType === 'MUSIC') {
|
|
|
- title = '独奏曲目'
|
|
|
+ title = '独奏云练'
|
|
|
} else if (subjectType === 'ENSEMBLE') {
|
|
|
- title = '合奏练习'
|
|
|
+ title = '合奏云练'
|
|
|
}
|
|
|
const params = reactive({
|
|
|
keyword: (route.query.search as string) || '',
|
|
@@ -190,9 +190,9 @@ export default defineComponent({
|
|
|
})
|
|
|
|
|
|
onMounted(async () => {
|
|
|
- // SUBJECT: '声部练习',
|
|
|
- // MUSIC: '独奏曲目',
|
|
|
- // ENSEMBLE: '合奏练习'
|
|
|
+ // SUBJECT: '声部云练',
|
|
|
+ // MUSIC: '独奏云练',
|
|
|
+ // ENSEMBLE: '合奏云练'
|
|
|
loading.value = true
|
|
|
//await getAlbumRecordPage()
|
|
|
await getSelectCondition()
|