소스 검색

日常开发

林旭祥 1 개월 전
부모
커밋
7c32b6c0f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/train/index.vue

+ 1 - 1
src/views/train/index.vue

@@ -91,7 +91,7 @@ const getOption = (data: any) => {
       area: obj?.area_test_id || '',
       ctrl: obj?.area_ctrl_id || '',
       time: obj?.test_time || '',
-      music: obj?.music_info?.url || '',
+      music: obj?.music_info?.id || '',
     };
     optionWindowRef.value.getGesture(project, dataObj);
   } else {