lex 1 год назад
Родитель
Сommit
95dc14d2ce
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pc/component/upload-to-resources/index.tsx

+ 1 - 1
src/pc/component/upload-to-resources/index.tsx

@@ -129,7 +129,7 @@ export default defineComponent({
         background: [
           {
             audioFileUrl: froms.mp3,
-            track: props.item?.subjectCode || "acoustic_grand_piano" || "P1",
+            track: "P1",
           },
         ],
         musicImg: froms.musicImg,