lex преди 2 години
родител
ревизия
e7599f787a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/teacher/music/upload/index.tsx

+ 2 - 2
src/teacher/music/upload/index.tsx

@@ -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(','),