林旭祥 il y a 1 mois
Parent
commit
a9bae5495d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/gesture/index.vue

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

@@ -170,7 +170,7 @@ const confirm = (myProject?: 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 || '',
     handcontroller: deviceInfo.value.handcontroller_id
   };
   optionWindowRef.value.getGesture(project, dataObj);