Browse Source

补充音乐

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