|
@@ -243,8 +243,8 @@ export default defineComponent({
|
|
|
hasBeat: this.hasBeat,
|
|
|
accompanimentType: this.accompanimentType,
|
|
|
titleImg: this.titleImg,
|
|
|
- // url: this.hasBeat ? '' : this.mp3Url,
|
|
|
- // metronomeUrl: this.hasBeat ? this.mp3Url : '',
|
|
|
+ url: this.hasBeat ? '' : this.mp3Url,
|
|
|
+ metronomeUrl: this.hasBeat ? this.mp3Url : '',
|
|
|
audioFileUrl: this.mp3Url,
|
|
|
showFingering: Number(this.showFingering),
|
|
|
musicTag: this.tags.join(','),
|