Browse Source

日常开发

林旭祥 1 month ago
parent
commit
7c32b6c0f2
1 changed files with 1 additions and 1 deletions
  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 {